#CBDCC0

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

Shades of Ottoman #CBDCC0

Tints of Ottoman #CBDCC0

Color information

#CBDCC0 (or 0xCBDCC0) is unknown color: approx Ottoman. HEX triplet: CB, DC and C0. RGB value is (203,220,192). Sum of RGB (Red+Green+Blue) = 203+220+192=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCC0 is #34233F. Grayscale: #D3D3D3. Windows color (decimal): -3416896 or 12639435. OLE color: 12639435.

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

Color convert

RGB203220192-
CMYK0.0800.130.14
HSL96.43º28.57%80.78%-
HSV(B)96.43º12.73%86.27%-
XYZ59.7467.6959.79-
YUV211.72116.87121.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=33.01%
G=35.77%
B=31.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032201920.0800.130.1496.4328.5780.78
HexCBDCC080DE601d51
Octal313334300100151614035121
Binary11001011110111001100000010000110111101100000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCC0; }

 p { color: rgb(203,220,192); }

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

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

 a { background-color: rgb(203,220,192); }

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

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

 span { border-color: rgb(203,220,192); }

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