#CADCB5

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

Shades of Ottoman #CADCB5

Tints of Ottoman #CADCB5

Color information

#CADCB5 (or 0xCADCB5) is unknown color: approx Ottoman. HEX triplet: CA, DC and B5. RGB value is (202,220,181). Sum of RGB (Red+Green+Blue) = 202+220+181=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCB5 is #35234A. Grayscale: #D2D2D2. Windows color (decimal): -3482443 or 11918538. OLE color: 11918538.

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

Color convert

RGB202220181-
CMYK0.0800.180.14
HSL87.69º35.78%78.63%-
HSV(B)87.69º17.73%86.27%-
XYZ58.2967.0853.59-
YUV210.17111.54122.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 181 (71.09% from 255) = 30.02%
R=33.50%
G=36.48%
B=30.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201810.0800.180.1487.6935.7878.63
HexCADCB58012E58244f
Octal312334265100221613044117
Binary1100101011011100101101011000010010111010110001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCB5; }

 p { color: rgb(202,220,181); }

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

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

 a { background-color: rgb(202,220,181); }

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

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

 span { border-color: rgb(202,220,181); }

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