Html Css Color HEX #C0BBB9 Pale Slate

📋 copy color: '#C0BBB9'

red 192 ◦ green 187 ◦ blue 185

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

Shades of Pale Slate #C0BBB9

Tints of Pale Slate #C0BBB9

RGB

 RED value IS 192 (75.39% from 255) = 34.04%

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

 BLUE value IS 185 (72.66% from 255) = 32.8%

R = 34.04%
G = 33.16%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C0BBB9 (or 0xC0BBB9) is known color: Pale Slate. HEX triplet: C0, BB and B9. RGB value is (192,187,185). Sum of RGB (Red+Green+Blue) = 192+187+185=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBB9 is #3F4446. Grayscale: #BCBCBC. Windows color (decimal): -4146247 or 12172224. OLE color: 12172224.

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

Color convert

RGB 192 187 185 -
CMYK 0 0.03 0.04 0.25
HSL 17.14º 0.05% 0.74% -
HSV(B) 17.14º 0.04% 0.75% -
XYZ 48.27 50.25 53.05 -
YUV 188.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 192 187 185 0 0.03 0.04 0.25 17.14 0.05 0.74
Hex C0 BB B9 0 3 4 19 11 5 4A
Octal 300 273 271 0 3 4 31 21 5 112
Binary 11000000 10111011 10111001 0 11 100 11001 10001 101 1001010

Color Harmonies of #C0BBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBB9

Black with #C0BBB9

Text Example


Text Example

White with #C0BBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBB9; }

 p { color: rgb(192,187,185); }

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

background-color css

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

 a { background-color: rgb(192,187,185); }

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

border-color css

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

 span { border-color: rgb(192,187,185); }

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