#CADCB6

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

Shades of Ottoman #CADCB6

Tints of Ottoman #CADCB6

Color information

#CADCB6 (or 0xCADCB6) is unknown color: approx Ottoman. HEX triplet: CA, DC and B6. RGB value is (202,220,182). Sum of RGB (Red+Green+Blue) = 202+220+182=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCB6 is #352349. Grayscale: #D2D2D2. Windows color (decimal): -3482442 or 11984074. OLE color: 11984074.

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

Color convert

RGB202220182-
CMYK0.0800.170.14
HSL88.42º35.19%78.82%-
HSV(B)88.42º17.27%86.27%-
XYZ58.3967.1254.13-
YUV210.29112.04122.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 182 (71.48% from 255) = 30.13%
R=33.44%
G=36.42%
B=30.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201820.0800.170.1488.4235.1978.82
HexCADCB68011E58234f
Octal312334266100211613043117
Binary1100101011011100101101101000010001111010110001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCB6; }

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

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

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

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

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

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

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

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