Html Css Color HEX #C9964E Tussock

📋 copy color: '#C9964E'

red 201 ◦ green 150 ◦ blue 78

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

Shades of Tussock #C9964E

Tints of Tussock #C9964E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.18%

R = 46.85%
G = 34.97%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9964E (or 0xC9964E) is known color: Tussock. HEX triplet: C9, 96 and 4E. RGB value is (201,150,78). Sum of RGB (Red+Green+Blue) = 201+150+78=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9964E is #3669B1. Grayscale: #9D9D9D. Windows color (decimal): -3566002 or 5150409. OLE color: 5150409.

HSL color Cylindrical-coordinate representation of color #C9964E: hue angle of 35.12º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9964E is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 150 78 -
CMYK 0 0.25 0.61 0.21
HSL 35.12º 0.53% 0.55% -
HSV(B) 35.12º 0.61% 0.79% -
XYZ 36.37 34.78 12 -
YUV 157.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 201 150 78 0 0.25 0.61 0.21 35.12 0.53 0.55
Hex C9 96 4E 0 19 3D 15 23 35 37
Octal 311 226 116 0 31 75 25 43 65 67
Binary 11001001 10010110 1001110 0 11001 111101 10101 100011 110101 110111

Color Harmonies of #C9964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9964E

Black with #C9964E

Text Example


Text Example

White with #C9964E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9964E; }

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

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

background-color css

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

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

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

border-color css

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

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

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