Html Css Color HEX #C7BBB3 Pale Slate

📋 copy color: '#C7BBB3'

red 199 ◦ green 187 ◦ blue 179

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

Shades of Pale Slate #C7BBB3

Tints of Pale Slate #C7BBB3

RGB

 RED value IS 199 (78.13% from 255) = 35.22%

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

 BLUE value IS 179 (70.31% from 255) = 31.68%

R = 35.22%
G = 33.1%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C7BBB3 (or 0xC7BBB3) is known color: Pale Slate. HEX triplet: C7, BB and B3. RGB value is (199,187,179). Sum of RGB (Red+Green+Blue) = 199+187+179=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBB3 is #38444C. Grayscale: #BDBDBD. Windows color (decimal): -3687501 or 11779015. OLE color: 11779015.

HSL color Cylindrical-coordinate representation of color #C7BBB3: hue angle of 24º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7BBB3 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 187 179 -
CMYK 0 0.06 0.10 0.22
HSL 24º 0.15% 0.74% -
HSV(B) 24º 0.1% 0.78% -
XYZ 49.46 50.94 49.87 -
YUV 189.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 199 187 179 0 0.06 0.10 0.22 24 0.15 0.74
Hex C7 BB B3 0 6 A 16 18 F 4A
Octal 307 273 263 0 6 12 26 30 17 112
Binary 11000111 10111011 10110011 0 110 1010 10110 11000 1111 1001010

Color Harmonies of #C7BBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBB3

Black with #C7BBB3

Text Example


Text Example

White with #C7BBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBB3; }

 p { color: rgb(199,187,179); }

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

background-color css

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

 a { background-color: rgb(199,187,179); }

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

border-color css

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

 span { border-color: rgb(199,187,179); }

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