#CABEBC

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

Shades of Alto #CABEBC

Tints of Alto #CABEBC

Color information

#CABEBC (or 0xCABEBC) is unknown color: approx Alto. HEX triplet: CA, BE and BC. RGB value is (202,190,188). Sum of RGB (Red+Green+Blue) = 202+190+188=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEBC is #354143. Grayscale: #C1C1C1. Windows color (decimal): -3490116 or 12369610. OLE color: 12369610.

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

Color convert

RGB202190188-
CMYK00.060.070.21
HSL8.57º11.67%76.47%-
HSV(B)8.57º6.93%79.22%-
XYZ51.8553.0155.08-
YUV193.36124.98134.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=34.83%
G=32.76%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219018800.060.070.218.5711.6776.47
HexCABEBC067159c4c
Octal312276274067251114114
Binary110010101011111010111100011011110101100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEBC; }

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

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

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

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

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

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

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

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