Html Css Color HEX #CF9C49 Tussock

📋 copy color: '#CF9C49'

red 207 ◦ green 156 ◦ blue 73

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

Shades of Tussock #CF9C49

Tints of Tussock #CF9C49

RGB

 RED value IS 207 (81.25% from 255) = 47.48%

 GREEN value IS 156 (61.33% from 255) = 35.78%

 BLUE value IS 73 (28.91% from 255) = 16.74%

R = 47.48%
G = 35.78%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF9C49 (or 0xCF9C49) is known color: Tussock. HEX triplet: CF, 9C and 49. RGB value is (207,156,73). Sum of RGB (Red+Green+Blue) = 207+156+73=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C49 is #3063B6. Grayscale: #A2A2A2. Windows color (decimal): -3171255 or 4824271. OLE color: 4824271.

HSL color Cylindrical-coordinate representation of color #CF9C49: hue angle of 37.16º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF9C49 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 156 73 -
CMYK 0 0.25 0.65 0.19
HSL 37.16º 0.58% 0.55% -
HSV(B) 37.16º 0.65% 0.81% -
XYZ 38.82 37.52 11.5 -
YUV 161.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 207 156 73 0 0.25 0.65 0.19 37.16 0.58 0.55
Hex CF 9C 49 0 19 41 13 25 3A 37
Octal 317 234 111 0 31 101 23 45 72 67
Binary 11001111 10011100 1001001 0 11001 1000001 10011 100101 111010 110111

Color Harmonies of #CF9C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9C49

Black with #CF9C49

Text Example


Text Example

White with #CF9C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9C49; }

 p { color: rgb(207,156,73); }

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

background-color css

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

 a { background-color: rgb(207,156,73); }

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

border-color css

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

 span { border-color: rgb(207,156,73); }

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