#CFC387

Color #CFC387 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CFC387

Tints of Winter Hazel #CFC387

Color information

#CFC387 (or 0xCFC387) is unknown color: approx Winter Hazel. HEX triplet: CF, C3 and 87. RGB value is (207,195,135). Sum of RGB (Red+Green+Blue) = 207+195+135=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC387 is #303C78. Grayscale: #BFBFBF. Windows color (decimal): -3161209 or 8897487. OLE color: 8897487.

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

Color convert

RGB207195135-
CMYK00.060.350.19
HSL50º42.86%67.06%-
HSV(B)50º34.78%81.18%-
XYZ49.6254.0430.74-
YUV191.7595.98138.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 195 (76.56% from 255) = 36.31%
BLUE value IS 135 (53.12% from 255) = 25.14%
R=38.55%
G=36.31%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719513500.060.350.195042.8667.06
HexCFC387062313322b43
Octal3173032070643236253103
Binary1100111111000011100001110110100011100111100101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC387; }

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

 H1.HeaderClassName
 {
   color: #CFC387;
 }
 .AnyTagClassName
 {
   color: #CFC387;
 }
</style>
background-color css

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

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

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

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

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

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