Html Css Color HEX #C2B7B2 Pale Slate

📋 copy color: '#C2B7B2'

red 194 ◦ green 183 ◦ blue 178

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

Shades of Pale Slate #C2B7B2

Tints of Pale Slate #C2B7B2

RGB

 RED value IS 194 (76.17% from 255) = 34.95%

 GREEN value IS 183 (71.88% from 255) = 32.97%

 BLUE value IS 178 (69.92% from 255) = 32.07%

R = 34.95%
G = 32.97%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C2B7B2 (or 0xC2B7B2) is known color: Pale Slate. HEX triplet: C2, B7 and B2. RGB value is (194,183,178). Sum of RGB (Red+Green+Blue) = 194+183+178=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B7B2 is #3D484D. Grayscale: #B9B9B9. Windows color (decimal): -4016206 or 11712450. OLE color: 11712450.

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

Color convert

RGB 194 183 178 -
CMYK 0 0.06 0.08 0.24
HSL 18.75º 0.12% 0.73% -
HSV(B) 18.75º 0.08% 0.76% -
XYZ 47.22 48.55 49 -
YUV 185.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 194 183 178 0 0.06 0.08 0.24 18.75 0.12 0.73
Hex C2 B7 B2 0 6 8 18 13 C 49
Octal 302 267 262 0 6 10 30 23 14 111
Binary 11000010 10110111 10110010 0 110 1000 11000 10011 1100 1001001

Color Harmonies of #C2B7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B7B2

Black with #C2B7B2

Text Example


Text Example

White with #C2B7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B7B2; }

 p { color: rgb(194,183,178); }

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

background-color css

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

 a { background-color: rgb(194,183,178); }

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

border-color css

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

 span { border-color: rgb(194,183,178); }

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