Html Css Color HEX #C0984C Tussock

📋 copy color: '#C0984C'

red 192 ◦ green 152 ◦ blue 76

#C0984C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tussock #C0984C

Tints of Tussock #C0984C

RGB

 RED value IS 192 (75.39% from 255) = 45.71%

 GREEN value IS 152 (59.77% from 255) = 36.19%

 BLUE value IS 76 (30.08% from 255) = 18.1%

R = 45.71%
G = 36.19%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C0984C (or 0xC0984C) is known color: Tussock. HEX triplet: C0, 98 and 4C. RGB value is (192,152,76). Sum of RGB (Red+Green+Blue) = 192+152+76=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0984C is #3F67B3. Grayscale: #9B9B9B. Windows color (decimal): -4155316 or 5019840. OLE color: 5019840.

HSL color Cylindrical-coordinate representation of color #C0984C: hue angle of 39.31º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0984C is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 76 -
CMYK 0 0.21 0.60 0.25
HSL 39.31º 0.48% 0.53% -
HSV(B) 39.31º 0.6% 0.75% -
XYZ 34.27 34.18 11.63 -
YUV 155.3 83.25 154.18 -
System Red Green Blue C M Y K H S L
Decimal 192 152 76 0 0.21 0.60 0.25 39.31 0.48 0.53
Hex C0 98 4C 0 15 3C 19 27 30 35
Octal 300 230 114 0 25 74 31 47 60 65
Binary 11000000 10011000 1001100 0 10101 111100 11001 100111 110000 110101

Color Harmonies of #C0984C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0984C

Black with #C0984C

Text Example


Text Example

White with #C0984C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0984C; }

 p { color: rgb(192,152,76); }

 H1.HeaderClassName
 {
   color: #C0984C;
 }
 .AnyTagClassName
 {
   color: #C0984C;
 }
</style>

background-color css

<style>
 a { background-color: #C0984C; }

 a { background-color: rgb(192,152,76); }

 div.DivClassName
 {
   background-color: #C0984C;
 }
 .BgClassName
 {
   background-color: #C0984C;
 }
</style>

border-color css

<style>
 span { border-color: #C0984C; }

 span { border-color: rgb(192,152,76); }

 td.TdClassName
 {
   border-color: #C0984C;
 }
 .TagClassName
 {
   border-color: #C0984C;
 }
</style>