Html Css Color HEX #C7B9B0 Pale Slate

📋 copy color: '#C7B9B0'

red 199 ◦ green 185 ◦ blue 176

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

Shades of Pale Slate #C7B9B0

Tints of Pale Slate #C7B9B0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.04%

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

R = 35.54%
G = 33.04%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C7B9B0 (or 0xC7B9B0) is known color: Pale Slate. HEX triplet: C7, B9 and B0. RGB value is (199,185,176). Sum of RGB (Red+Green+Blue) = 199+185+176=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B9B0 is #38464F. Grayscale: #BCBCBC. Windows color (decimal): -3688016 or 11581895. OLE color: 11581895.

HSL color Cylindrical-coordinate representation of color #C7B9B0: hue angle of 23.48º 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 #C7B9B0 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 185 176 -
CMYK 0 0.07 0.12 0.22
HSL 23.48º 0.17% 0.74% -
HSV(B) 23.48º 0.12% 0.78% -
XYZ 48.74 49.97 48.15 -
YUV 188.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 199 185 176 0 0.07 0.12 0.22 23.48 0.17 0.74
Hex C7 B9 B0 0 7 C 16 17 11 4A
Octal 307 271 260 0 7 14 26 27 21 112
Binary 11000111 10111001 10110000 0 111 1100 10110 10111 10001 1001010

Color Harmonies of #C7B9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B9B0

Black with #C7B9B0

Text Example


Text Example

White with #C7B9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B9B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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