#CABBB0

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

Shades of Pale Slate #CABBB0

Tints of Pale Slate #CABBB0

Color information

#CABBB0 (or 0xCABBB0) is unknown color: approx Pale Slate. HEX triplet: CA, BB and B0. RGB value is (202,187,176). Sum of RGB (Red+Green+Blue) = 202+187+176=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBB0 is #35444F. Grayscale: #BEBEBE. Windows color (decimal): -3490896 or 11582410. OLE color: 11582410.

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

Color convert

RGB202187176-
CMYK00.070.130.21
HSL25.38º19.7%74.12%-
HSV(B)25.38º12.87%79.22%-
XYZ49.9651.2348.33-
YUV190.23119.97136.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 176 (69.14% from 255) = 31.15%
R=35.75%
G=33.10%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218717600.070.130.2125.3819.774.12
HexCABBB007D1519144a
Octal3122732600715253124112
Binary110010101011101110110000011111011010111001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBB0; }

 p { color: rgb(202,187,176); }

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

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

 a { background-color: rgb(202,187,176); }

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

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

 span { border-color: rgb(202,187,176); }

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