#CADCBB

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

Shades of Ottoman #CADCBB

Tints of Ottoman #CADCBB

Color information

#CADCBB (or 0xCADCBB) is unknown color: approx Ottoman. HEX triplet: CA, DC and BB. RGB value is (202,220,187). Sum of RGB (Red+Green+Blue) = 202+220+187=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCBB is #352344. Grayscale: #D2D2D2. Windows color (decimal): -3482437 or 12311754. OLE color: 12311754.

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

Color convert

RGB202220187-
CMYK0.0800.150.14
HSL92.73º32.04%79.8%-
HSV(B)92.73º15%86.27%-
XYZ58.9267.3356.9-
YUV210.86114.54121.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=33.17%
G=36.12%
B=30.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201870.0800.150.1492.7332.0479.8
HexCADCBB80FE5d2050
Octal312334273100171613540120
Binary110010101101110010111011100001111111010111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCBB; }

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

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

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

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

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

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

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

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