#CBC0BE

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

Shades of Alto #CBC0BE

Tints of Alto #CBC0BE

Color information

#CBC0BE (or 0xCBC0BE) is unknown color: approx Alto. HEX triplet: CB, C0 and BE. RGB value is (203,192,190). Sum of RGB (Red+Green+Blue) = 203+192+190=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0BE is #343F41. Grayscale: #C3C3C3. Windows color (decimal): -3424066 or 12501195. OLE color: 12501195.

HSL color Cylindrical-coordinate representation of color #CBC0BE: hue angle of 9.23º degrees, saturation: 0.11, 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 #CBC0BE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203192190-
CMYK00.050.060.20
HSL9.23º11.11%77.06%-
HSV(B)9.23º6.4%79.61%-
XYZ52.7754.1156.38-
YUV195.06125.14133.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=34.70%
G=32.82%
B=32.48%

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
Decimal20319219000.050.060.209.2311.1177.06
HexCBC0BE056149b4d
Octal313300276056241113115
Binary110010111100000010111110010111010100100110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0BE; }

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

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

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

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

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

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

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

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