#CAD2C1

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

Shades of Ottoman #CAD2C1

Tints of Ottoman #CAD2C1

Color information

#CAD2C1 (or 0xCAD2C1) is unknown color: approx Ottoman. HEX triplet: CA, D2 and C1. RGB value is (202,210,193). Sum of RGB (Red+Green+Blue) = 202+210+193=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2C1 is #352D3E. Grayscale: #CDCDCD. Windows color (decimal): -3484991 or 12702410. OLE color: 12702410.

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

Color convert

RGB202210193-
CMYK0.0400.080.18
HSL88.24º15.89%79.02%-
HSV(B)88.24º8.1%82.35%-
XYZ57.0362.559.51-
YUV205.67120.85125.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 193 (75.78% from 255) = 31.90%
R=33.39%
G=34.71%
B=31.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022101930.0400.080.1888.2415.8979.02
HexCAD2C14081258104f
Octal31232230140102213020117
Binary11001010110100101100000110001000100101011000100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD2C1; }

 p { color: rgb(202,210,193); }

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

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

 a { background-color: rgb(202,210,193); }

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

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

 span { border-color: rgb(202,210,193); }

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