#CACEC6

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

Shades of Ottoman #CACEC6

Tints of Ottoman #CACEC6

Color information

#CACEC6 (or 0xCACEC6) is unknown color: approx Ottoman. HEX triplet: CA, CE and C6. RGB value is (202,206,198). Sum of RGB (Red+Green+Blue) = 202+206+198=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEC6 is #353139. Grayscale: #CBCBCB. Windows color (decimal): -3486010 or 13029066. OLE color: 13029066.

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

Color convert

RGB202206198-
CMYK0.0200.040.19
HSL90º7.55%79.22%-
HSV(B)90º3.88%80.78%-
XYZ56.6260.7862.17-
YUV203.89124.67126.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=33.33%
G=33.99%
B=32.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022061980.0200.040.19907.5579.22
HexCACEC6204135a84f
Octal3123163062042313210117
Binary11001010110011101100011010010010011101101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEC6; }

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

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

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

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

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

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

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

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