#CAD7C0

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

Shades of Ottoman #CAD7C0

Tints of Ottoman #CAD7C0

Color information

#CAD7C0 (or 0xCAD7C0) is unknown color: approx Ottoman. HEX triplet: CA, D7 and C0. RGB value is (202,215,192). Sum of RGB (Red+Green+Blue) = 202+215+192=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD7C0 is #35283F. Grayscale: #D0D0D0. Windows color (decimal): -3483712 or 12638154. OLE color: 12638154.

HSL color Cylindrical-coordinate representation of color #CAD7C0: hue angle of 93.91º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAD7C0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB202215192-
CMYK0.0600.110.16
HSL93.91º22.33%79.8%-
HSV(B)93.91º10.7%84.31%-
XYZ58.1764.9659.34-
YUV208.49118.69123.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=33.17%
G=35.30%
B=31.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151920.0600.110.1693.9122.3379.8
HexCAD7C060B105e1650
Octal31232730060132013626120
Binary11001010110101111100000011001011100001011110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD7C0; }

 p { color: rgb(202,215,192); }

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

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

 a { background-color: rgb(202,215,192); }

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

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

 span { border-color: rgb(202,215,192); }

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