Html Css Color HEX #C5849B Puce

📋 copy color: '#C5849B'

red 197 ◦ green 132 ◦ blue 155

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

Shades of Puce #C5849B

Tints of Puce #C5849B

RGB

 RED value IS 197 (77.34% from 255) = 40.7%

 GREEN value IS 132 (51.95% from 255) = 27.27%

 BLUE value IS 155 (60.94% from 255) = 32.02%

R = 40.7%
G = 27.27%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5849B (or 0xC5849B) is known color: Puce. HEX triplet: C5, 84 and 9B. RGB value is (197,132,155). Sum of RGB (Red+Green+Blue) = 197+132+155=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5849B is #3A7B64. Grayscale: #9A9A9A. Windows color (decimal): -3832677 or 10192069. OLE color: 10192069.

HSL color Cylindrical-coordinate representation of color #C5849B: hue angle of 338.77º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5849B is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 132 155 -
CMYK 0 0.33 0.21 0.23
HSL 338.77º 0.36% 0.65% -
HSV(B) 338.77º 0.33% 0.77% -
XYZ 37.19 30.74 34.98 -
YUV 154.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 197 132 155 0 0.33 0.21 0.23 338.77 0.36 0.65
Hex C5 84 9B 0 21 15 17 153 24 41
Octal 305 204 233 0 41 25 27 523 44 101
Binary 11000101 10000100 10011011 0 100001 10101 10111 101010011 100100 1000001

Color Harmonies of #C5849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5849B

Black with #C5849B

Text Example


Text Example

White with #C5849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5849B; }

 p { color: rgb(197,132,155); }

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

background-color css

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

 a { background-color: rgb(197,132,155); }

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

border-color css

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

 span { border-color: rgb(197,132,155); }

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