#CCCECA

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

Shades of Ottoman #CCCECA

Tints of Ottoman #CCCECA

Color information

#CCCECA (or 0xCCCECA) is unknown color: approx Ottoman. HEX triplet: CC, CE and CA. RGB value is (204,206,202). Sum of RGB (Red+Green+Blue) = 204+206+202=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCECA is #333135. Grayscale: #CCCCCC. Windows color (decimal): -3354934 or 13291212. OLE color: 13291212.

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

Color convert

RGB204206202-
CMYK0.0100.020.19
HSL90º3.92%80%-
HSV(B)90º1.94%80.78%-
XYZ57.6361.2464.66-
YUV204.95126.34127.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=33.33%
G=33.66%
B=33.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042062020.0100.020.19903.9280
HexCCCECA102135a450
Octal314316312102231324120
Binary11001100110011101100101010101001110110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCECA; }

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

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

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

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

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

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

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

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