Html Css Color HEX #C7BBB4 Pale Slate

📋 copy color: '#C7BBB4'

red 199 ◦ green 187 ◦ blue 180

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

Shades of Pale Slate #C7BBB4

Tints of Pale Slate #C7BBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.8%

R = 35.16%
G = 33.04%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C7BBB4 (or 0xC7BBB4) is known color: Pale Slate. HEX triplet: C7, BB and B4. RGB value is (199,187,180). Sum of RGB (Red+Green+Blue) = 199+187+180=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBB4 is #38444B. Grayscale: #BDBDBD. Windows color (decimal): -3687500 or 11844551. OLE color: 11844551.

HSL color Cylindrical-coordinate representation of color #C7BBB4: hue angle of 22.11º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7BBB4 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 187 180 -
CMYK 0 0.06 0.10 0.22
HSL 22.11º 0.15% 0.74% -
HSV(B) 22.11º 0.1% 0.78% -
XYZ 49.56 50.98 50.41 -
YUV 189.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 199 187 180 0 0.06 0.10 0.22 22.11 0.15 0.74
Hex C7 BB B4 0 6 A 16 16 F 4A
Octal 307 273 264 0 6 12 26 26 17 112
Binary 11000111 10111011 10110100 0 110 1010 10110 10110 1111 1001010

Color Harmonies of #C7BBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBB4

Black with #C7BBB4

Text Example


Text Example

White with #C7BBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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