Html Css Color HEX #C7B8B0 Pale Slate

📋 copy color: '#C7B8B0'

red 199 ◦ green 184 ◦ blue 176

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

Shades of Pale Slate #C7B8B0

Tints of Pale Slate #C7B8B0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.92%

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

R = 35.6%
G = 32.92%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C7B8B0 (or 0xC7B8B0) is known color: Pale Slate. HEX triplet: C7, B8 and B0. RGB value is (199,184,176). Sum of RGB (Red+Green+Blue) = 199+184+176=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B8B0 is #38474F. Grayscale: #BBBBBB. Windows color (decimal): -3688272 or 11581639. OLE color: 11581639.

HSL color Cylindrical-coordinate representation of color #C7B8B0: hue angle of 20.87º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7B8B0 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 184 176 -
CMYK 0 0.08 0.12 0.22
HSL 20.87º 0.17% 0.74% -
HSV(B) 20.87º 0.12% 0.78% -
XYZ 48.53 49.56 48.08 -
YUV 187.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 199 184 176 0 0.08 0.12 0.22 20.87 0.17 0.74
Hex C7 B8 B0 0 8 C 16 15 11 4A
Octal 307 270 260 0 10 14 26 25 21 112
Binary 11000111 10111000 10110000 0 1000 1100 10110 10101 10001 1001010

Color Harmonies of #C7B8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B8B0

Black with #C7B8B0

Text Example


Text Example

White with #C7B8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B8B0; }

 p { color: rgb(199,184,176); }

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

background-color css

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

 a { background-color: rgb(199,184,176); }

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

border-color css

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

 span { border-color: rgb(199,184,176); }

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