Html Css Color HEX #C5878D Puce

📋 copy color: '#C5878D'

red 197 ◦ green 135 ◦ blue 141

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

Shades of Puce #C5878D

Tints of Puce #C5878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.54%

 BLUE value IS 141 (55.47% from 255) = 29.81%

R = 41.65%
G = 28.54%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5878D (or 0xC5878D) is known color: Puce. HEX triplet: C5, 87 and 8D. RGB value is (197,135,141). Sum of RGB (Red+Green+Blue) = 197+135+141=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5878D is #3A7872. Grayscale: #9A9A9A. Windows color (decimal): -3831923 or 9275333. OLE color: 9275333.

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

Color convert

RGB 197 135 141 -
CMYK 0 0.31 0.28 0.23
HSL 354.19º 0.35% 0.65% -
HSV(B) 354.19º 0.31% 0.77% -
XYZ 36.5 31.12 29.28 -
YUV 154.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 197 135 141 0 0.31 0.28 0.23 354.19 0.35 0.65
Hex C5 87 8D 0 1F 1C 17 162 23 41
Octal 305 207 215 0 37 34 27 542 43 101
Binary 11000101 10000111 10001101 0 11111 11100 10111 101100010 100011 1000001

Color Harmonies of #C5878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5878D

Black with #C5878D

Text Example


Text Example

White with #C5878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5878D; }

 p { color: rgb(197,135,141); }

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

background-color css

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

 a { background-color: rgb(197,135,141); }

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

border-color css

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

 span { border-color: rgb(197,135,141); }

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