#CABEBD

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

Shades of Alto #CABEBD

Tints of Alto #CABEBD

Color information

#CABEBD (or 0xCABEBD) is unknown color: approx Alto. HEX triplet: CA, BE and BD. RGB value is (202,190,189). Sum of RGB (Red+Green+Blue) = 202+190+189=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEBD is #354142. Grayscale: #C1C1C1. Windows color (decimal): -3490115 or 12435146. OLE color: 12435146.

HSL color Cylindrical-coordinate representation of color #CABEBD: hue angle of 4.62º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABEBD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202190189-
CMYK00.060.060.21
HSL4.62º10.92%76.67%-
HSV(B)4.62º6.44%79.22%-
XYZ51.9653.0655.65-
YUV193.47125.48134.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=34.77%
G=32.70%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219018900.060.060.214.6210.9276.67
HexCABEBD066155b4d
Octal31227627506625513115
Binary11001010101111101011110101101101010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEBD; }

 p { color: rgb(202,190,189); }

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

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

 a { background-color: rgb(202,190,189); }

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

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

 span { border-color: rgb(202,190,189); }

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