#CEBE7D

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

Shades of Winter Hazel #CEBE7D

Tints of Winter Hazel #CEBE7D

Color information

#CEBE7D (or 0xCEBE7D) is unknown color: approx Winter Hazel. HEX triplet: CE, BE and 7D. RGB value is (206,190,125). Sum of RGB (Red+Green+Blue) = 206+190+125=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE7D is #314182. Grayscale: #BBBBBB. Windows color (decimal): -3228035 or 8240846. OLE color: 8240846.

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

Color convert

RGB206190125-
CMYK00.080.390.19
HSL48.15º45.25%64.9%-
HSV(B)48.15º39.32%80.78%-
XYZ47.5751.4326.82-
YUV187.3792.8141.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 125 (49.22% from 255) = 23.99%
R=39.54%
G=36.47%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619012500.080.390.1948.1545.2564.9
HexCEBE7D082713302d41
Octal31627617501047236055101
Binary1100111010111110111110101000100111100111100001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBE7D; }

 p { color: rgb(206,190,125); }

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

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

 a { background-color: rgb(206,190,125); }

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

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

 span { border-color: rgb(206,190,125); }

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