#CBC0BD

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

Shades of Alto #CBC0BD

Tints of Alto #CBC0BD

Color information

#CBC0BD (or 0xCBC0BD) is unknown color: approx Alto. HEX triplet: CB, C0 and BD. RGB value is (203,192,189). Sum of RGB (Red+Green+Blue) = 203+192+189=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0BD is #343F42. Grayscale: #C2C2C2. Windows color (decimal): -3424067 or 12435659. OLE color: 12435659.

HSL color Cylindrical-coordinate representation of color #CBC0BD: hue angle of 12.86º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBC0BD is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203192189-
CMYK00.050.070.20
HSL12.86º11.86%76.86%-
HSV(B)12.86º6.9%79.61%-
XYZ52.6654.0755.8-
YUV194.95124.64133.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 192 (75.39% from 255) = 32.88%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=34.76%
G=32.88%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319218900.050.070.2012.8611.8676.86
HexCBC0BD05714dc4d
Octal313300275057241514115
Binary110010111100000010111101010111110100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0BD; }

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

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

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

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

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

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

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

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