Html Css Color HEX #CFC372 Winter Hazel

📋 copy color: '#CFC372'

red 207 ◦ green 195 ◦ blue 114

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

Shades of Winter Hazel #CFC372

Tints of Winter Hazel #CFC372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.79%

 BLUE value IS 114 (44.92% from 255) = 22.09%

R = 40.12%
G = 37.79%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFC372 (or 0xCFC372) is known color: Winter Hazel. HEX triplet: CF, C3 and 72. RGB value is (207,195,114). Sum of RGB (Red+Green+Blue) = 207+195+114=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC372 is #303C8D. Grayscale: #BDBDBD. Windows color (decimal): -3161230 or 7521231. OLE color: 7521231.

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

Color convert

RGB 207 195 114 -
CMYK 0 0.06 0.45 0.19
HSL 52.26º 0.49% 0.63% -
HSV(B) 52.26º 0.45% 0.81% -
XYZ 48.28 53.51 23.7 -
YUV 189.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 207 195 114 0 0.06 0.45 0.19 52.26 0.49 0.63
Hex CF C3 72 0 6 2D 13 34 31 3F
Octal 317 303 162 0 6 55 23 64 61 77
Binary 11001111 11000011 1110010 0 110 101101 10011 110100 110001 111111

Color Harmonies of #CFC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC372

Black with #CFC372

Text Example


Text Example

White with #CFC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC372; }

 p { color: rgb(207,195,114); }

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

background-color css

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

 a { background-color: rgb(207,195,114); }

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

border-color css

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

 span { border-color: rgb(207,195,114); }

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