Html Css Color HEX #CF9E4A Tussock

📋 copy color: '#CF9E4A'

red 207 ◦ green 158 ◦ blue 74

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

Shades of Tussock #CF9E4A

Tints of Tussock #CF9E4A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.99%

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

R = 47.15%
G = 35.99%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF9E4A (or 0xCF9E4A) is known color: Tussock. HEX triplet: CF, 9E and 4A. RGB value is (207,158,74). Sum of RGB (Red+Green+Blue) = 207+158+74=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9E4A is #3061B5. Grayscale: #A3A3A3. Windows color (decimal): -3170742 or 4890319. OLE color: 4890319.

HSL color Cylindrical-coordinate representation of color #CF9E4A: hue angle of 37.89º 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 #CF9E4A is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 158 74 -
CMYK 0 0.24 0.64 0.19
HSL 37.89º 0.58% 0.55% -
HSV(B) 37.89º 0.64% 0.81% -
XYZ 39.2 38.21 11.79 -
YUV 163.08 77.73 159.33 -
System Red Green Blue C M Y K H S L
Decimal 207 158 74 0 0.24 0.64 0.19 37.89 0.58 0.55
Hex CF 9E 4A 0 18 40 13 26 3A 37
Octal 317 236 112 0 30 100 23 46 72 67
Binary 11001111 10011110 1001010 0 11000 1000000 10011 100110 111010 110111

Color Harmonies of #CF9E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9E4A

Black with #CF9E4A

Text Example


Text Example

White with #CF9E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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