Html Css Color HEX #C9BBB3 Pale Slate

📋 copy color: '#C9BBB3'

red 201 ◦ green 187 ◦ blue 179

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

Shades of Pale Slate #C9BBB3

Tints of Pale Slate #C9BBB3

RGB

 RED value IS 201 (78.91% from 255) = 35.45%

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

 BLUE value IS 179 (70.31% from 255) = 31.57%

R = 35.45%
G = 32.98%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C9BBB3 (or 0xC9BBB3) is known color: Pale Slate. HEX triplet: C9, BB and B3. RGB value is (201,187,179). Sum of RGB (Red+Green+Blue) = 201+187+179=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBB3 is #36444C. Grayscale: #BEBEBE. Windows color (decimal): -3556429 or 11779017. OLE color: 11779017.

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

Color convert

RGB 201 187 179 -
CMYK 0 0.07 0.11 0.21
HSL 21.82º 0.17% 0.75% -
HSV(B) 21.82º 0.11% 0.79% -
XYZ 49.99 51.21 49.9 -
YUV 190.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 201 187 179 0 0.07 0.11 0.21 21.82 0.17 0.75
Hex C9 BB B3 0 7 B 15 16 11 4B
Octal 311 273 263 0 7 13 25 26 21 113
Binary 11001001 10111011 10110011 0 111 1011 10101 10110 10001 1001011

Color Harmonies of #C9BBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBB3

Black with #C9BBB3

Text Example


Text Example

White with #C9BBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBB3; }

 p { color: rgb(201,187,179); }

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

background-color css

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

 a { background-color: rgb(201,187,179); }

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

border-color css

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

 span { border-color: rgb(201,187,179); }

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