Html Css Color HEX #C3BBB6 Pale Slate

📋 copy color: '#C3BBB6'

red 195 ◦ green 187 ◦ blue 182

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

Shades of Pale Slate #C3BBB6

Tints of Pale Slate #C3BBB6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.16%

 BLUE value IS 182 (71.48% from 255) = 32.27%

R = 34.57%
G = 33.16%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C3BBB6 (or 0xC3BBB6) is known color: Pale Slate. HEX triplet: C3, BB and B6. RGB value is (195,187,182). Sum of RGB (Red+Green+Blue) = 195+187+182=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBB6 is #3C4449. Grayscale: #BCBCBC. Windows color (decimal): -3949642 or 11975619. OLE color: 11975619.

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

Color convert

RGB 195 187 182 -
CMYK 0 0.04 0.07 0.24
HSL 23.08º 0.1% 0.74% -
HSV(B) 23.08º 0.07% 0.76% -
XYZ 48.72 50.52 51.44 -
YUV 188.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 195 187 182 0 0.04 0.07 0.24 23.08 0.1 0.74
Hex C3 BB B6 0 4 7 18 17 A 4A
Octal 303 273 266 0 4 7 30 27 12 112
Binary 11000011 10111011 10110110 0 100 111 11000 10111 1010 1001010

Color Harmonies of #C3BBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBB6

Black with #C3BBB6

Text Example


Text Example

White with #C3BBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBB6; }

 p { color: rgb(195,187,182); }

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

background-color css

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

 a { background-color: rgb(195,187,182); }

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

border-color css

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

 span { border-color: rgb(195,187,182); }

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