#CECAC8

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

Shades of Swiss Coffee #CECAC8

Tints of Swiss Coffee #CECAC8

Color information

#CECAC8 (or 0xCECAC8) is unknown color: approx Swiss Coffee. HEX triplet: CE, CA and C8. RGB value is (206,202,200). Sum of RGB (Red+Green+Blue) = 206+202+200=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAC8 is #313537. Grayscale: #CACACA. Windows color (decimal): -3224888 or 13159118. OLE color: 13159118.

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

Color convert

RGB206202200-
CMYK00.020.030.19
HSL20º5.77%79.61%-
HSV(B)20º2.91%80.78%-
XYZ5759.5363.13-
YUV202.97126.33130.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.88%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 200 (78.52% from 255) = 32.89%
R=33.88%
G=33.22%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620220000.020.030.19205.7779.61
HexCECAC80231314650
Octal31631231002323246120
Binary1100111011001010110010000101110011101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAC8; }

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

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

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

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

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

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

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

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