Html Css Color HEX #CABBB1 Pale Slate

📋 copy color: '#CABBB1'

red 202 ◦ green 187 ◦ blue 177

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

Shades of Pale Slate #CABBB1

Tints of Pale Slate #CABBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.27%

R = 35.69%
G = 33.04%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CABBB1 (or 0xCABBB1) is known color: Pale Slate. HEX triplet: CA, BB and B1. RGB value is (202,187,177). Sum of RGB (Red+Green+Blue) = 202+187+177=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBB1 is #35444E. Grayscale: #BEBEBE. Windows color (decimal): -3490895 or 11647946. OLE color: 11647946.

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

Color convert

RGB 202 187 177 -
CMYK 0 0.07 0.12 0.21
HSL 24º 0.19% 0.74% -
HSV(B) 24º 0.12% 0.79% -
XYZ 50.06 51.27 48.85 -
YUV 190.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 202 187 177 0 0.07 0.12 0.21 24 0.19 0.74
Hex CA BB B1 0 7 C 15 18 13 4A
Octal 312 273 261 0 7 14 25 30 23 112
Binary 11001010 10111011 10110001 0 111 1100 10101 11000 10011 1001010

Color Harmonies of #CABBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBB1

Black with #CABBB1

Text Example


Text Example

White with #CABBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBB1; }

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

 H1.HeaderClassName
 {
   color: #CABBB1;
 }
 .AnyTagClassName
 {
   color: #CABBB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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