Html Css Color HEX #C9964F Tussock

📋 copy color: '#C9964F'

red 201 ◦ green 150 ◦ blue 79

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

Shades of Tussock #C9964F

Tints of Tussock #C9964F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.37%

R = 46.74%
G = 34.88%
B = 18.37%

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

#C9964F (or 0xC9964F) is known color: Tussock. HEX triplet: C9, 96 and 4F. RGB value is (201,150,79). Sum of RGB (Red+Green+Blue) = 201+150+79=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9964F is #3669B0. Grayscale: #9D9D9D. Windows color (decimal): -3566001 or 5215945. OLE color: 5215945.

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

Color convert

RGB 201 150 79 -
CMYK 0 0.25 0.61 0.21
HSL 34.92º 0.53% 0.55% -
HSV(B) 34.92º 0.61% 0.79% -
XYZ 36.41 34.79 12.19 -
YUV 157.16 83.9 159.27 -
System Red Green Blue C M Y K H S L
Decimal 201 150 79 0 0.25 0.61 0.21 34.92 0.53 0.55
Hex C9 96 4F 0 19 3D 15 23 35 37
Octal 311 226 117 0 31 75 25 43 65 67
Binary 11001001 10010110 1001111 0 11001 111101 10101 100011 110101 110111

Color Harmonies of #C9964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9964F

Black with #C9964F

Text Example


Text Example

White with #C9964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9964F; }

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

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

background-color css

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

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

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

border-color css

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

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

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