Html Css Color HEX #CFC074 Winter Hazel

📋 copy color: '#CFC074'

red 207 ◦ green 192 ◦ blue 116

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

Shades of Winter Hazel #CFC074

Tints of Winter Hazel #CFC074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.28%

 BLUE value IS 116 (45.7% from 255) = 22.52%

R = 40.19%
G = 37.28%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFC074 (or 0xCFC074) is known color: Winter Hazel. HEX triplet: CF, C0 and 74. RGB value is (207,192,116). Sum of RGB (Red+Green+Blue) = 207+192+116=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC074 is #303F8B. Grayscale: #BCBCBC. Windows color (decimal): -3161996 or 7651535. OLE color: 7651535.

HSL color Cylindrical-coordinate representation of color #CFC074: hue angle of 50.11º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFC074 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 192 116 -
CMYK 0 0.07 0.44 0.19
HSL 50.11º 0.49% 0.63% -
HSV(B) 50.11º 0.44% 0.81% -
XYZ 47.73 52.23 24.09 -
YUV 187.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 207 192 116 0 0.07 0.44 0.19 50.11 0.49 0.63
Hex CF C0 74 0 7 2C 13 32 31 3F
Octal 317 300 164 0 7 54 23 62 61 77
Binary 11001111 11000000 1110100 0 111 101100 10011 110010 110001 111111

Color Harmonies of #CFC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC074

Black with #CFC074

Text Example


Text Example

White with #CFC074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC074; }

 p { color: rgb(207,192,116); }

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

background-color css

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

 a { background-color: rgb(207,192,116); }

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

border-color css

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

 span { border-color: rgb(207,192,116); }

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