Html Css Color HEX #CFC474 Winter Hazel

📋 copy color: '#CFC474'

red 207 ◦ green 196 ◦ blue 116

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

Shades of Winter Hazel #CFC474

Tints of Winter Hazel #CFC474

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.76%

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

R = 39.88%
G = 37.76%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFC474 (or 0xCFC474) is known color: Winter Hazel. HEX triplet: CF, C4 and 74. RGB value is (207,196,116). Sum of RGB (Red+Green+Blue) = 207+196+116=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC474 is #303B8B. Grayscale: #BEBEBE. Windows color (decimal): -3160972 or 7652559. OLE color: 7652559.

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

Color convert

RGB 207 196 116 -
CMYK 0 0.05 0.44 0.19
HSL 52.75º 0.49% 0.63% -
HSV(B) 52.75º 0.44% 0.81% -
XYZ 48.62 54.01 24.38 -
YUV 190.17 86.14 140 -
System Red Green Blue C M Y K H S L
Decimal 207 196 116 0 0.05 0.44 0.19 52.75 0.49 0.63
Hex CF C4 74 0 5 2C 13 35 31 3F
Octal 317 304 164 0 5 54 23 65 61 77
Binary 11001111 11000100 1110100 0 101 101100 10011 110101 110001 111111

Color Harmonies of #CFC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC474

Black with #CFC474

Text Example


Text Example

White with #CFC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC474; }

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

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

background-color css

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

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

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

border-color css

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

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

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