Html Css Color HEX #C9984A Tussock

📋 copy color: '#C9984A'

red 201 ◦ green 152 ◦ blue 74

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

Shades of Tussock #C9984A

Tints of Tussock #C9984A

RGB

 RED value IS 201 (78.91% from 255) = 47.07%

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

 BLUE value IS 74 (29.3% from 255) = 17.33%

R = 47.07%
G = 35.6%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9984A (or 0xC9984A) is known color: Tussock. HEX triplet: C9, 98 and 4A. RGB value is (201,152,74). Sum of RGB (Red+Green+Blue) = 201+152+74=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9984A is #3667B5. Grayscale: #9E9E9E. Windows color (decimal): -3565494 or 4888777. OLE color: 4888777.

HSL color Cylindrical-coordinate representation of color #C9984A: hue angle of 36.85º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9984A is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 152 74 -
CMYK 0 0.24 0.63 0.21
HSL 36.85º 0.54% 0.54% -
HSV(B) 36.85º 0.63% 0.79% -
XYZ 36.55 35.37 11.38 -
YUV 157.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 201 152 74 0 0.24 0.63 0.21 36.85 0.54 0.54
Hex C9 98 4A 0 18 3F 15 25 36 36
Octal 311 230 112 0 30 77 25 45 66 66
Binary 11001001 10011000 1001010 0 11000 111111 10101 100101 110110 110110

Color Harmonies of #C9984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9984A

Black with #C9984A

Text Example


Text Example

White with #C9984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9984A; }

 p { color: rgb(201,152,74); }

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

background-color css

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

 a { background-color: rgb(201,152,74); }

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

border-color css

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

 span { border-color: rgb(201,152,74); }

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