Html Css Color HEX #C2C0BE Pale Slate

📋 copy color: '#C2C0BE'

red 194 ◦ green 192 ◦ blue 190

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

Shades of Pale Slate #C2C0BE

Tints of Pale Slate #C2C0BE

RGB

 RED value IS 194 (76.17% from 255) = 33.68%

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

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

R = 33.68%
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.24

RGB Variations

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

Color information

#C2C0BE (or 0xC2C0BE) is known color: Pale Slate. HEX triplet: C2, C0 and BE. RGB value is (194,192,190). Sum of RGB (Red+Green+Blue) = 194+192+190=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C0BE is #3D3F41. Grayscale: #C0C0C0. Windows color (decimal): -4013890 or 12501186. OLE color: 12501186.

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

Color convert

RGB 194 192 190 -
CMYK 0 0.01 0.02 0.24
HSL 30º 0.03% 0.75% -
HSV(B) 30º 0.02% 0.76% -
XYZ 50.39 52.89 56.27 -
YUV 192.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 194 192 190 0 0.01 0.02 0.24 30 0.03 0.75
Hex C2 C0 BE 0 1 2 18 1E 3 4B
Octal 302 300 276 0 1 2 30 36 3 113
Binary 11000010 11000000 10111110 0 1 10 11000 11110 11 1001011

Color Harmonies of #C2C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C0BE

Black with #C2C0BE

Text Example


Text Example

White with #C2C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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