#CEC86C

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

Shades of Chenin #CEC86C

Tints of Chenin #CEC86C

Color information

#CEC86C (or 0xCEC86C) is unknown color: approx Chenin. HEX triplet: CE, C8 and 6C. RGB value is (206,200,108). Sum of RGB (Red+Green+Blue) = 206+200+108=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC86C is #313793. Grayscale: #BFBFBF. Windows color (decimal): -3225492 or 7129294. OLE color: 7129294.

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

Color convert

RGB206200108-
CMYK00.030.480.19
HSL56.33º50%61.57%-
HSV(B)56.33º47.57%80.78%-
XYZ48.8155.5122.33-
YUV191.3180.99138.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 200 (78.52% from 255) = 38.91%
BLUE value IS 108 (42.58% from 255) = 21.01%
R=40.08%
G=38.91%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620010800.030.480.1956.335061.57
HexCEC86C03301338323e
Octal316310154036023706276
Binary1100111011001000110110001111000010011111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC86C; }

 p { color: rgb(206,200,108); }

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

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

 a { background-color: rgb(206,200,108); }

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

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

 span { border-color: rgb(206,200,108); }

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