#CEBD72

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

Shades of Chenin #CEBD72

Tints of Chenin #CEBD72

Color information

#CEBD72 (or 0xCEBD72) is unknown color: approx Chenin. HEX triplet: CE, BD and 72. RGB value is (206,189,114). Sum of RGB (Red+Green+Blue) = 206+189+114=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD72 is #31428D. Grayscale: #B9B9B9. Windows color (decimal): -3228302 or 7519694. OLE color: 7519694.

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

Color convert

RGB206189114-
CMYK00.080.450.19
HSL48.91º48.42%62.75%-
HSV(B)48.91º44.66%80.78%-
XYZ46.6950.7323.25-
YUV185.5387.63142.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 114 (44.92% from 255) = 22.40%
R=40.47%
G=37.13%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618911400.080.450.1948.9148.4262.75
HexCEBD72082D1331303f
Octal3162751620105523616077
Binary110011101011110111100100100010110110011110001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD72; }

 p { color: rgb(206,189,114); }

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

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

 a { background-color: rgb(206,189,114); }

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

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

 span { border-color: rgb(206,189,114); }

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