#CAD5C0

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

Shades of Ottoman #CAD5C0

Tints of Ottoman #CAD5C0

Color information

#CAD5C0 (or 0xCAD5C0) is unknown color: approx Ottoman. HEX triplet: CA, D5 and C0. RGB value is (202,213,192). Sum of RGB (Red+Green+Blue) = 202+213+192=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5C0 is #352A3F. Grayscale: #CFCFCF. Windows color (decimal): -3484224 or 12637642. OLE color: 12637642.

HSL color Cylindrical-coordinate representation of color #CAD5C0: hue angle of 91.43º 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 #CAD5C0 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB202213192-
CMYK0.0500.100.16
HSL91.43º20%79.41%-
HSV(B)91.43º9.86%83.53%-
XYZ57.6763.9559.17-
YUV207.32119.36124.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 213 (83.59% from 255) = 35.09%
BLUE value IS 192 (75.39% from 255) = 31.63%
R=33.28%
G=35.09%
B=31.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131920.0500.100.1691.432079.41
HexCAD5C050A105b144f
Octal31232530050122013324117
Binary11001010110101011100000010101010100001011011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5C0; }

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

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

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

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

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

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

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

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