Html Css Color HEX #C3BAB7 Pale Slate

📋 copy color: '#C3BAB7'

red 195 ◦ green 186 ◦ blue 183

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

Shades of Pale Slate #C3BAB7

Tints of Pale Slate #C3BAB7

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 value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C3BAB7 (or 0xC3BAB7) is known color: 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

RGB 195 186 183 -
CMYK 0 0.05 0.06 0.24
HSL 15º 0.09% 0.74% -
HSV(B) 15º 0.06% 0.76% -
XYZ 48.61 50.14 51.92 -
YUV 188.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 195 186 183 0 0.05 0.06 0.24 15 0.09 0.74
Hex C3 BA B7 0 5 6 18 F 9 4A
Octal 303 272 267 0 5 6 30 17 11 112
Binary 11000011 10111010 10110111 0 101 110 11000 1111 1001 1001010

Color Harmonies of #C3BAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BAB7

Black with #C3BAB7

Text Example


Text Example

White with #C3BAB7

Text Example


Text Example

HTML Codes & Css Web 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>