Html Css Color HEX #C9C2BF Pale Slate

📋 copy color: '#C9C2BF'

red 201 ◦ green 194 ◦ blue 191

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

Shades of Pale Slate #C9C2BF

Tints of Pale Slate #C9C2BF

RGB

 RED value IS 201 (78.91% from 255) = 34.3%

 GREEN value IS 194 (76.17% from 255) = 33.11%

 BLUE value IS 191 (75% from 255) = 32.59%

R = 34.3%
G = 33.11%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9C2BF (or 0xC9C2BF) is known color: Pale Slate. HEX triplet: C9, C2 and BF. RGB value is (201,194,191). Sum of RGB (Red+Green+Blue) = 201+194+191=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C2BF is #363D40. Grayscale: #C3C3C3. Windows color (decimal): -3554625 or 12567241. OLE color: 12567241.

HSL color Cylindrical-coordinate representation of color #C9C2BF: hue angle of 18º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9C2BF is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 194 191 -
CMYK 0 0.03 0.05 0.21
HSL 18º 0.08% 0.77% -
HSV(B) 18º 0.05% 0.79% -
XYZ 52.78 54.76 57.08 -
YUV 195.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 201 194 191 0 0.03 0.05 0.21 18 0.08 0.77
Hex C9 C2 BF 0 3 5 15 12 8 4D
Octal 311 302 277 0 3 5 25 22 10 115
Binary 11001001 11000010 10111111 0 11 101 10101 10010 1000 1001101

Color Harmonies of #C9C2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C2BF

Black with #C9C2BF

Text Example


Text Example

White with #C9C2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C2BF; }

 p { color: rgb(201,194,191); }

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

background-color css

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

 a { background-color: rgb(201,194,191); }

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

border-color css

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

 span { border-color: rgb(201,194,191); }

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