#CBC1BE

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

Shades of Alto #CBC1BE

Tints of Alto #CBC1BE

Color information

#CBC1BE (or 0xCBC1BE) is unknown color: approx Alto. HEX triplet: CB, C1 and BE. RGB value is (203,193,190). Sum of RGB (Red+Green+Blue) = 203+193+190=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1BE is #343E41. Grayscale: #C3C3C3. Windows color (decimal): -3423810 or 12501451. OLE color: 12501451.

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

Color convert

RGB203193190-
CMYK00.050.060.20
HSL13.85º11.11%77.06%-
HSV(B)13.85º6.4%79.61%-
XYZ52.9954.5556.45-
YUV195.65124.81133.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=34.64%
G=32.94%
B=32.42%

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
Decimal20319319000.050.060.2013.8511.1177.06
HexCBC1BE05614eb4d
Octal313301276056241613115
Binary110010111100000110111110010111010100111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC1BE; }

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

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

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

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

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

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

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

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