#CECAB6

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

Shades of Chrome White #CECAB6

Tints of Chrome White #CECAB6

Color information

#CECAB6 (or 0xCECAB6) is unknown color: approx Chrome White. HEX triplet: CE, CA and B6. RGB value is (206,202,182). Sum of RGB (Red+Green+Blue) = 206+202+182=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAB6 is #313549. Grayscale: #C9C9C9. Windows color (decimal): -3224906 or 11979470. OLE color: 11979470.

HSL color Cylindrical-coordinate representation of color #CECAB6: hue angle of 50º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CECAB6 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB206202182-
CMYK00.020.120.19
HSL50º19.67%76.08%-
HSV(B)50º11.65%80.78%-
XYZ55.0258.7452.69-
YUV200.92117.33131.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=34.92%
G=34.24%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620218200.020.120.195019.6776.08
HexCECAB602C1332144c
Octal3163122660214236224114
Binary110011101100101010110110010110010011110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAB6; }

 p { color: rgb(206,202,182); }

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

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

 a { background-color: rgb(206,202,182); }

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

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

 span { border-color: rgb(206,202,182); }

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