#CBC0BF

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

Shades of Alto #CBC0BF

Tints of Alto #CBC0BF

Color information

#CBC0BF (or 0xCBC0BF) is unknown color: approx Alto. HEX triplet: CB, C0 and BF. RGB value is (203,192,191). Sum of RGB (Red+Green+Blue) = 203+192+191=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0BF is #343F40. Grayscale: #C3C3C3. Windows color (decimal): -3424065 or 12566731. OLE color: 12566731.

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

Color convert

RGB203192191-
CMYK00.050.060.20
HSL10.34%77.25%-
HSV(B)5.91%79.61%-
XYZ52.8854.1656.96-
YUV195.18125.64133.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 191 (75% from 255) = 32.59%
R=34.64%
G=32.76%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319219100.050.060.20510.3477.25
HexCBC0BF056145a4d
Octal31330027705624512115
Binary11001011110000001011111101011101010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0BF; }

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

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

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

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

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

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

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

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