Html Css Color HEX #CFC571 Winter Hazel

📋 copy color: '#CFC571'

red 207 ◦ green 197 ◦ blue 113

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

Shades of Winter Hazel #CFC571

Tints of Winter Hazel #CFC571

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.1%

 BLUE value IS 113 (44.53% from 255) = 21.86%

R = 40.04%
G = 38.1%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFC571 (or 0xCFC571) is known color: Winter Hazel. HEX triplet: CF, C5 and 71. RGB value is (207,197,113). Sum of RGB (Red+Green+Blue) = 207+197+113=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC571 is #303A8E. Grayscale: #BEBEBE. Windows color (decimal): -3160719 or 7456207. OLE color: 7456207.

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

Color convert

RGB 207 197 113 -
CMYK 0 0.05 0.45 0.19
HSL 53.62º 0.49% 0.63% -
HSV(B) 53.62º 0.45% 0.81% -
XYZ 48.68 54.39 23.56 -
YUV 190.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 207 197 113 0 0.05 0.45 0.19 53.62 0.49 0.63
Hex CF C5 71 0 5 2D 13 36 31 3F
Octal 317 305 161 0 5 55 23 66 61 77
Binary 11001111 11000101 1110001 0 101 101101 10011 110110 110001 111111

Color Harmonies of #CFC571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC571

Black with #CFC571

Text Example


Text Example

White with #CFC571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC571; }

 p { color: rgb(207,197,113); }

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

background-color css

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

 a { background-color: rgb(207,197,113); }

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

border-color css

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

 span { border-color: rgb(207,197,113); }

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