Html Css Color HEX #CF9C4A Tussock

📋 copy color: '#CF9C4A'

red 207 ◦ green 156 ◦ blue 74

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

Shades of Tussock #CF9C4A

Tints of Tussock #CF9C4A

RGB

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

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

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

R = 47.37%
G = 35.7%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF9C4A (or 0xCF9C4A) is known color: Tussock. HEX triplet: CF, 9C and 4A. RGB value is (207,156,74). Sum of RGB (Red+Green+Blue) = 207+156+74=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C4A is #3063B5. Grayscale: #A2A2A2. Windows color (decimal): -3171254 or 4889807. OLE color: 4889807.

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

Color convert

RGB 207 156 74 -
CMYK 0 0.25 0.64 0.19
HSL 36.99º 0.58% 0.55% -
HSV(B) 36.99º 0.64% 0.81% -
XYZ 38.86 37.54 11.68 -
YUV 161.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 207 156 74 0 0.25 0.64 0.19 36.99 0.58 0.55
Hex CF 9C 4A 0 19 40 13 25 3A 37
Octal 317 234 112 0 31 100 23 45 72 67
Binary 11001111 10011100 1001010 0 11001 1000000 10011 100101 111010 110111

Color Harmonies of #CF9C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9C4A

Black with #CF9C4A

Text Example


Text Example

White with #CF9C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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