Html Css Color HEX #C7C5C3 Pale Slate

📋 copy color: '#C7C5C3'

red 199 ◦ green 197 ◦ blue 195

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

Shades of Pale Slate #C7C5C3

Tints of Pale Slate #C7C5C3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.33%

 BLUE value IS 195 (76.56% from 255) = 32.99%

R = 33.67%
G = 33.33%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C7C5C3 (or 0xC7C5C3) is known color: Pale Slate. HEX triplet: C7, C5 and C3. RGB value is (199,197,195). Sum of RGB (Red+Green+Blue) = 199+197+195=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C5C3 is #383A3C. Grayscale: #C5C5C5. Windows color (decimal): -3684925 or 12830151. OLE color: 12830151.

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

Color convert

RGB 199 197 195 -
CMYK 0 0.01 0.02 0.22
HSL 30º 0.03% 0.77% -
HSV(B) 30º 0.02% 0.78% -
XYZ 53.37 56.01 59.63 -
YUV 197.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 199 197 195 0 0.01 0.02 0.22 30 0.03 0.77
Hex C7 C5 C3 0 1 2 16 1E 3 4D
Octal 307 305 303 0 1 2 26 36 3 115
Binary 11000111 11000101 11000011 0 1 10 10110 11110 11 1001101

Color Harmonies of #C7C5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C5C3

Black with #C7C5C3

Text Example


Text Example

White with #C7C5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C5C3; }

 p { color: rgb(199,197,195); }

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

background-color css

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

 a { background-color: rgb(199,197,195); }

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

border-color css

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

 span { border-color: rgb(199,197,195); }

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