#CECABA

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

Shades of Chrome White #CECABA

Tints of Chrome White #CECABA

Color information

#CECABA (or 0xCECABA) is unknown color: approx Chrome White. HEX triplet: CE, CA and BA. RGB value is (206,202,186). Sum of RGB (Red+Green+Blue) = 206+202+186=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CECABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECABA is #313545. Grayscale: #C9C9C9. Windows color (decimal): -3224902 or 12241614. OLE color: 12241614.

HSL color Cylindrical-coordinate representation of color #CECABA: hue angle of 48º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECABA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206202186-
CMYK00.020.100.19
HSL48º16.95%76.86%-
HSV(B)48º9.71%80.78%-
XYZ55.4458.9154.9-
YUV201.37119.33131.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=34.68%
G=34.01%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620218600.020.100.194816.9576.86
HexCECABA02A1330114d
Octal3163122720212236021115
Binary110011101100101010111010010101010011110000100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECABA; }

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

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

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

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

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

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

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

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