#CFC18B

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

Shades of Winter Hazel #CFC18B

Tints of Winter Hazel #CFC18B

Color information

#CFC18B (or 0xCFC18B) is unknown color: approx Winter Hazel. HEX triplet: CF, C1 and 8B. RGB value is (207,193,139). Sum of RGB (Red+Green+Blue) = 207+193+139=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC18B is #303E74. Grayscale: #BFBFBF. Windows color (decimal): -3161717 or 9159119. OLE color: 9159119.

HSL color Cylindrical-coordinate representation of color #CFC18B: hue angle of 47.65º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFC18B is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207193139-
CMYK00.070.330.19
HSL47.65º41.46%67.84%-
HSV(B)47.65º32.85%81.18%-
XYZ49.4653.2732.1-
YUV191.0398.64139.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 193 (75.78% from 255) = 35.81%
BLUE value IS 139 (54.69% from 255) = 25.79%
R=38.40%
G=35.81%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719313900.070.330.1947.6541.4667.84
HexCFC18B072113302944
Octal3173012130741236051104
Binary1100111111000001100010110111100001100111100001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC18B; }

 p { color: rgb(207,193,139); }

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

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

 a { background-color: rgb(207,193,139); }

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

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

 span { border-color: rgb(207,193,139); }

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