#CCD7C5

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

Shades of Ottoman #CCD7C5

Tints of Ottoman #CCD7C5

Color information

#CCD7C5 (or 0xCCD7C5) is unknown color: approx Ottoman. HEX triplet: CC, D7 and C5. RGB value is (204,215,197). Sum of RGB (Red+Green+Blue) = 204+215+197=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7C5 is #33283A. Grayscale: #D1D1D1. Windows color (decimal): -3352635 or 12965836. OLE color: 12965836.

HSL color Cylindrical-coordinate representation of color #CCD7C5: hue angle of 96.67º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD7C5 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB204215197-
CMYK0.0500.080.16
HSL96.67º18.37%80.78%-
HSV(B)96.67º8.37%84.31%-
XYZ59.2865.4762.34-
YUV209.66120.86123.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 215 (84.38% from 255) = 34.90%
BLUE value IS 197 (77.34% from 255) = 31.98%
R=33.12%
G=34.90%
B=31.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042151970.0500.080.1696.6718.3780.78
HexCCD7C550810611251
Octal31432730550102014122121
Binary11001100110101111100010110101000100001100001100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7C5; }

 p { color: rgb(204,215,197); }

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

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

 a { background-color: rgb(204,215,197); }

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

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

 span { border-color: rgb(204,215,197); }

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