Html Css Color HEX #C9964A Tussock

📋 copy color: '#C9964A'

red 201 ◦ green 150 ◦ blue 74

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

Shades of Tussock #C9964A

Tints of Tussock #C9964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.29%

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

R = 47.29%
G = 35.29%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9964A (or 0xC9964A) is known color: Tussock. HEX triplet: C9, 96 and 4A. RGB value is (201,150,74). Sum of RGB (Red+Green+Blue) = 201+150+74=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9964A is #3669B5. Grayscale: #9C9C9C. Windows color (decimal): -3566006 or 4888265. OLE color: 4888265.

HSL color Cylindrical-coordinate representation of color #C9964A: hue angle of 35.91º 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 #C9964A is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 150 74 -
CMYK 0 0.25 0.63 0.21
HSL 35.91º 0.54% 0.54% -
HSV(B) 35.91º 0.63% 0.79% -
XYZ 36.23 34.72 11.27 -
YUV 156.59 81.4 159.68 -
System Red Green Blue C M Y K H S L
Decimal 201 150 74 0 0.25 0.63 0.21 35.91 0.54 0.54
Hex C9 96 4A 0 19 3F 15 24 36 36
Octal 311 226 112 0 31 77 25 44 66 66
Binary 11001001 10010110 1001010 0 11001 111111 10101 100100 110110 110110

Color Harmonies of #C9964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9964A

Black with #C9964A

Text Example


Text Example

White with #C9964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9964A; }

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

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

background-color css

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

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

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

border-color css

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

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

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