Html Css Color HEX #CFC479 Winter Hazel

📋 copy color: '#CFC479'

red 207 ◦ green 196 ◦ blue 121

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

Shades of Winter Hazel #CFC479

Tints of Winter Hazel #CFC479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.09%

R = 39.5%
G = 37.4%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CFC479 (or 0xCFC479) is known color: Winter Hazel. HEX triplet: CF, C4 and 79. RGB value is (207,196,121). Sum of RGB (Red+Green+Blue) = 207+196+121=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC479 is #303B86. Grayscale: #BFBFBF. Windows color (decimal): -3160967 or 7980239. OLE color: 7980239.

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

Color convert

RGB 207 196 121 -
CMYK 0 0.05 0.42 0.19
HSL 52.33º 0.47% 0.64% -
HSV(B) 52.33º 0.42% 0.81% -
XYZ 48.92 54.13 25.96 -
YUV 190.74 88.64 139.6 -
System Red Green Blue C M Y K H S L
Decimal 207 196 121 0 0.05 0.42 0.19 52.33 0.47 0.64
Hex CF C4 79 0 5 2A 13 34 2F 40
Octal 317 304 171 0 5 52 23 64 57 100
Binary 11001111 11000100 1111001 0 101 101010 10011 110100 101111 1000000

Color Harmonies of #CFC479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC479

Black with #CFC479

Text Example


Text Example

White with #CFC479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC479; }

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

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

background-color css

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

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

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

border-color css

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

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

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