Html Css Color HEX #C9BEB7 Pale Slate

📋 copy color: '#C9BEB7'

red 201 ◦ green 190 ◦ blue 183

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

Shades of Pale Slate #C9BEB7

Tints of Pale Slate #C9BEB7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.1%

 BLUE value IS 183 (71.88% from 255) = 31.88%

R = 35.02%
G = 33.1%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C9BEB7 (or 0xC9BEB7) is known color: Pale Slate. HEX triplet: C9, BE and B7. RGB value is (201,190,183). Sum of RGB (Red+Green+Blue) = 201+190+183=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEB7 is #364148. Grayscale: #C0C0C0. Windows color (decimal): -3555657 or 12041929. OLE color: 12041929.

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

Color convert

RGB 201 190 183 -
CMYK 0 0.05 0.09 0.21
HSL 23.33º 0.14% 0.75% -
HSV(B) 23.33º 0.09% 0.79% -
XYZ 51.05 52.66 52.27 -
YUV 192.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 201 190 183 0 0.05 0.09 0.21 23.33 0.14 0.75
Hex C9 BE B7 0 5 9 15 17 E 4B
Octal 311 276 267 0 5 11 25 27 16 113
Binary 11001001 10111110 10110111 0 101 1001 10101 10111 1110 1001011

Color Harmonies of #C9BEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEB7

Black with #C9BEB7

Text Example


Text Example

White with #C9BEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEB7; }

 p { color: rgb(201,190,183); }

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

background-color css

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

 a { background-color: rgb(201,190,183); }

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

border-color css

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

 span { border-color: rgb(201,190,183); }

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