#CCD5C0

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

Shades of Ottoman #CCD5C0

Tints of Ottoman #CCD5C0

Color information

#CCD5C0 (or 0xCCD5C0) is unknown color: approx Ottoman. HEX triplet: CC, D5 and C0. RGB value is (204,213,192). Sum of RGB (Red+Green+Blue) = 204+213+192=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5C0 is #332A3F. Grayscale: #CFCFCF. Windows color (decimal): -3353152 or 12637644. OLE color: 12637644.

HSL color Cylindrical-coordinate representation of color #CCD5C0: hue angle of 85.71º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD5C0 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB204213192-
CMYK0.0400.100.16
HSL85.71º20%79.41%-
HSV(B)85.71º9.86%83.53%-
XYZ58.2164.2359.2-
YUV207.92119.02125.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 213 (83.59% from 255) = 34.98%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=33.50%
G=34.98%
B=31.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131920.0400.100.1685.712079.41
HexCCD5C040A1056144f
Octal31432530040122012624117
Binary11001100110101011100000010001010100001010110101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5C0; }

 p { color: rgb(204,213,192); }

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

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

 a { background-color: rgb(204,213,192); }

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

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

 span { border-color: rgb(204,213,192); }

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