Html Css Color HEX #CABBB0 Pale Slate

📋 copy color: '#CABBB0'

red 202 ◦ green 187 ◦ blue 176

#CABBB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Slate #CABBB0

Tints of Pale Slate #CABBB0

RGB

 RED value IS 202 (79.3% from 255) = 35.75%

 GREEN value IS 187 (73.44% from 255) = 33.1%

 BLUE value IS 176 (69.14% from 255) = 31.15%

R = 35.75%
G = 33.1%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CABBB0 (or 0xCABBB0) is known color: 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

RGB 202 187 176 -
CMYK 0 0.07 0.13 0.21
HSL 25.38º 0.2% 0.74% -
HSV(B) 25.38º 0.13% 0.79% -
XYZ 49.96 51.23 48.33 -
YUV 190.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 202 187 176 0 0.07 0.13 0.21 25.38 0.2 0.74
Hex CA BB B0 0 7 D 15 19 14 4A
Octal 312 273 260 0 7 15 25 31 24 112
Binary 11001010 10111011 10110000 0 111 1101 10101 11001 10100 1001010

Color Harmonies of #CABBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBB0

Black with #CABBB0

Text Example


Text Example

White with #CABBB0

Text Example


Text Example

HTML Codes & Css Web 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>