Html Css Color HEX #C7C1BC Pale Slate

📋 copy color: '#C7C1BC'

red 199 ◦ green 193 ◦ blue 188

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

Shades of Pale Slate #C7C1BC

Tints of Pale Slate #C7C1BC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.28%

 BLUE value IS 188 (73.83% from 255) = 32.41%

R = 34.31%
G = 33.28%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C7C1BC (or 0xC7C1BC) is known color: Pale Slate. HEX triplet: C7, C1 and BC. RGB value is (199,193,188). Sum of RGB (Red+Green+Blue) = 199+193+188=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C1BC is #383E43. Grayscale: #C2C2C2. Windows color (decimal): -3685956 or 12370375. OLE color: 12370375.

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

Color convert

RGB 199 193 188 -
CMYK 0 0.03 0.06 0.22
HSL 27.27º 0.09% 0.76% -
HSV(B) 27.27º 0.06% 0.78% -
XYZ 51.7 53.91 55.26 -
YUV 194.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 199 193 188 0 0.03 0.06 0.22 27.27 0.09 0.76
Hex C7 C1 BC 0 3 6 16 1B 9 4C
Octal 307 301 274 0 3 6 26 33 11 114
Binary 11000111 11000001 10111100 0 11 110 10110 11011 1001 1001100

Color Harmonies of #C7C1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C1BC

Black with #C7C1BC

Text Example


Text Example

White with #C7C1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C1BC; }

 p { color: rgb(199,193,188); }

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

background-color css

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

 a { background-color: rgb(199,193,188); }

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

border-color css

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

 span { border-color: rgb(199,193,188); }

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