Html Css Color HEX #CFC37E Winter Hazel

📋 copy color: '#CFC37E'

red 207 ◦ green 195 ◦ blue 126

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

Shades of Winter Hazel #CFC37E

Tints of Winter Hazel #CFC37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.86%

R = 39.2%
G = 36.93%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CFC37E (or 0xCFC37E) is known color: Winter Hazel. HEX triplet: CF, C3 and 7E. RGB value is (207,195,126). Sum of RGB (Red+Green+Blue) = 207+195+126=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC37E is #303C81. Grayscale: #BFBFBF. Windows color (decimal): -3161218 or 8307663. OLE color: 8307663.

HSL color Cylindrical-coordinate representation of color #CFC37E: hue angle of 51.11º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFC37E is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 195 126 -
CMYK 0 0.06 0.39 0.19
HSL 51.11º 0.46% 0.65% -
HSV(B) 51.11º 0.39% 0.81% -
XYZ 49.01 53.8 27.54 -
YUV 190.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 207 195 126 0 0.06 0.39 0.19 51.11 0.46 0.65
Hex CF C3 7E 0 6 27 13 33 2E 41
Octal 317 303 176 0 6 47 23 63 56 101
Binary 11001111 11000011 1111110 0 110 100111 10011 110011 101110 1000001

Color Harmonies of #CFC37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC37E

Black with #CFC37E

Text Example


Text Example

White with #CFC37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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