#C3BAB7

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

Shades of Pale Slate #C3BAB7

Tints of Pale Slate #C3BAB7

Color information

#C3BAB7 (or 0xC3BAB7) is unknown color: approx Pale Slate. HEX triplet: C3, BA and B7. RGB value is (195,186,183). Sum of RGB (Red+Green+Blue) = 195+186+183=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAB7 is #3C4548. Grayscale: #BCBCBC. Windows color (decimal): -3949897 or 12040899. OLE color: 12040899.

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

Color convert

RGB195186183-
CMYK00.050.060.24
HSL15º9.09%74.12%-
HSV(B)15º6.15%76.47%-
XYZ48.6150.1451.92-
YUV188.35124.98132.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.57%
GREEN value IS 186 (73.05% from 255) = 32.98%
BLUE value IS 183 (71.88% from 255) = 32.45%
R=34.57%
G=32.98%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518618300.050.060.24159.0974.12
HexC3BAB705618f94a
Octal303272267056301711112
Binary110000111011101010110111010111011000111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAB7; }

 p { color: rgb(195,186,183); }

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

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

 a { background-color: rgb(195,186,183); }

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

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

 span { border-color: rgb(195,186,183); }

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