Html Css Color HEX #C7BBB5 Pale Slate

📋 copy color: '#C7BBB5'

red 199 ◦ green 187 ◦ blue 181

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

Shades of Pale Slate #C7BBB5

Tints of Pale Slate #C7BBB5

RGB

 RED value IS 199 (78.13% from 255) = 35.1%

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

 BLUE value IS 181 (71.09% from 255) = 31.92%

R = 35.1%
G = 32.98%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C7BBB5 (or 0xC7BBB5) is known color: Pale Slate. HEX triplet: C7, BB and B5. RGB value is (199,187,181). Sum of RGB (Red+Green+Blue) = 199+187+181=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBB5 is #38444A. Grayscale: #BDBDBD. Windows color (decimal): -3687499 or 11910087. OLE color: 11910087.

HSL color Cylindrical-coordinate representation of color #C7BBB5: hue angle of 20º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7BBB5 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 187 181 -
CMYK 0 0.06 0.09 0.22
HSL 20º 0.14% 0.75% -
HSV(B) 20º 0.09% 0.78% -
XYZ 49.66 51.02 50.95 -
YUV 189.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 199 187 181 0 0.06 0.09 0.22 20 0.14 0.75
Hex C7 BB B5 0 6 9 16 14 E 4B
Octal 307 273 265 0 6 11 26 24 16 113
Binary 11000111 10111011 10110101 0 110 1001 10110 10100 1110 1001011

Color Harmonies of #C7BBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBB5

Black with #C7BBB5

Text Example


Text Example

White with #C7BBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBB5; }

 p { color: rgb(199,187,181); }

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

background-color css

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

 a { background-color: rgb(199,187,181); }

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

border-color css

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

 span { border-color: rgb(199,187,181); }

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