#C2B7B2

Color #C2B7B2 Pale Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Slate #C2B7B2

Tints of Pale Slate #C2B7B2

Color information

#C2B7B2 (or 0xC2B7B2) is unknown color: approx Pale Slate. HEX triplet: C2, B7 and B2. RGB value is (194,183,178). Sum of RGB (Red+Green+Blue) = 194+183+178=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B7B2 is #3D484D. Grayscale: #B9B9B9. Windows color (decimal): -4016206 or 11712450. OLE color: 11712450.

HSL color Cylindrical-coordinate representation of color #C2B7B2: hue angle of 18.75º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2B7B2 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB194183178-
CMYK00.060.080.24
HSL18.75º11.59%72.94%-
HSV(B)18.75º8.25%76.08%-
XYZ47.2248.5549-
YUV185.72123.64133.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 183 (71.88% from 255) = 32.97%
BLUE value IS 178 (69.92% from 255) = 32.07%
R=34.95%
G=32.97%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418317800.060.080.2418.7511.5972.94
HexC2B7B20681813c49
Octal3022672620610302314111
Binary11000010101101111011001001101000110001001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B7B2; }

 p { color: rgb(194,183,178); }

 H1.HeaderClassName
 {
   color: #C2B7B2;
 }
 .AnyTagClassName
 {
   color: #C2B7B2;
 }
</style>
background-color css

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

 a { background-color: rgb(194,183,178); }

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

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

 span { border-color: rgb(194,183,178); }

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