#CEC070

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

Shades of Chenin #CEC070

Tints of Chenin #CEC070

Color information

#CEC070 (or 0xCEC070) is unknown color: approx Chenin. HEX triplet: CE, C0 and 70. RGB value is (206,192,112). Sum of RGB (Red+Green+Blue) = 206+192+112=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC070 is #313F8F. Grayscale: #BBBBBB. Windows color (decimal): -3227536 or 7389390. OLE color: 7389390.

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

Color convert

RGB206192112-
CMYK00.070.460.19
HSL51.06º48.96%62.35%-
HSV(B)51.06º45.63%80.78%-
XYZ47.2351.9922.88-
YUV187.0785.64141.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 192 (75.39% from 255) = 37.65%
BLUE value IS 112 (44.14% from 255) = 21.96%
R=40.39%
G=37.65%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619211200.070.460.1951.0648.9662.35
HexCEC070072E1333313e
Octal316300160075623636176
Binary11001110110000001110000011110111010011110011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC070; }

 p { color: rgb(206,192,112); }

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

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

 a { background-color: rgb(206,192,112); }

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

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

 span { border-color: rgb(206,192,112); }

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