#CABFBE

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

Shades of Alto #CABFBE

Tints of Alto #CABFBE

Color information

#CABFBE (or 0xCABFBE) is unknown color: approx Alto. HEX triplet: CA, BF and BE. RGB value is (202,191,190). Sum of RGB (Red+Green+Blue) = 202+191+190=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFBE is #354041. Grayscale: #C2C2C2. Windows color (decimal): -3489858 or 12500938. OLE color: 12500938.

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

Color convert

RGB202191190-
CMYK00.050.060.21
HSL10.17%76.86%-
HSV(B)5.94%79.22%-
XYZ52.2853.5456.29-
YUV194.18125.64133.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=34.65%
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.21
SystemRedGreenBlueCMYKHSL
Decimal20219119000.050.060.21510.1776.86
HexCABFBE056155a4d
Octal31227727605625512115
Binary11001010101111111011111001011101010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFBE; }

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

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

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

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

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

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

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

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