Html Css Color HEX #C6C0BE Pale Slate

📋 copy color: '#C6C0BE'

red 198 ◦ green 192 ◦ blue 190

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

Shades of Pale Slate #C6C0BE

Tints of Pale Slate #C6C0BE

RGB

 RED value IS 198 (77.73% from 255) = 34.14%

 GREEN value IS 192 (75.39% from 255) = 33.1%

 BLUE value IS 190 (74.61% from 255) = 32.76%

R = 34.14%
G = 33.1%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C6C0BE (or 0xC6C0BE) is known color: Pale Slate. HEX triplet: C6, C0 and BE. RGB value is (198,192,190). Sum of RGB (Red+Green+Blue) = 198+192+190=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C0BE is #393F41. Grayscale: #C1C1C1. Windows color (decimal): -3751746 or 12501190. OLE color: 12501190.

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

Color convert

RGB 198 192 190 -
CMYK 0 0.03 0.04 0.22
HSL 15º 0.07% 0.76% -
HSV(B) 15º 0.04% 0.78% -
XYZ 51.43 53.42 56.32 -
YUV 193.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 198 192 190 0 0.03 0.04 0.22 15 0.07 0.76
Hex C6 C0 BE 0 3 4 16 F 7 4C
Octal 306 300 276 0 3 4 26 17 7 114
Binary 11000110 11000000 10111110 0 11 100 10110 1111 111 1001100

Color Harmonies of #C6C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C0BE

Black with #C6C0BE

Text Example


Text Example

White with #C6C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C0BE; }

 p { color: rgb(198,192,190); }

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

background-color css

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

 a { background-color: rgb(198,192,190); }

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

border-color css

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

 span { border-color: rgb(198,192,190); }

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