Html Css Color HEX #C3C0BE Pale Slate

📋 copy color: '#C3C0BE'

red 195 ◦ green 192 ◦ blue 190

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

Shades of Pale Slate #C3C0BE

Tints of Pale Slate #C3C0BE

RGB

 RED value IS 195 (76.56% from 255) = 33.8%

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

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

R = 33.8%
G = 33.28%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C3C0BE (or 0xC3C0BE) is known color: Pale Slate. HEX triplet: C3, C0 and BE. RGB value is (195,192,190). Sum of RGB (Red+Green+Blue) = 195+192+190=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0BE is #3C3F41. Grayscale: #C0C0C0. Windows color (decimal): -3948354 or 12501187. OLE color: 12501187.

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

Color convert

RGB 195 192 190 -
CMYK 0 0.02 0.03 0.24
HSL 24º 0.04% 0.75% -
HSV(B) 24º 0.03% 0.76% -
XYZ 50.65 53.02 56.28 -
YUV 192.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 195 192 190 0 0.02 0.03 0.24 24 0.04 0.75
Hex C3 C0 BE 0 2 3 18 18 4 4B
Octal 303 300 276 0 2 3 30 30 4 113
Binary 11000011 11000000 10111110 0 10 11 11000 11000 100 1001011

Color Harmonies of #C3C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C0BE

Black with #C3C0BE

Text Example


Text Example

White with #C3C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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