Html Css Color HEX #C5888D Puce

📋 copy color: '#C5888D'

red 197 ◦ green 136 ◦ blue 141

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

Shades of Puce #C5888D

Tints of Puce #C5888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.69%

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

R = 41.56%
G = 28.69%
B = 29.75%

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

#C5888D (or 0xC5888D) is known color: Puce. HEX triplet: C5, 88 and 8D. RGB value is (197,136,141). Sum of RGB (Red+Green+Blue) = 197+136+141=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5888D is #3A7772. Grayscale: #9A9A9A. Windows color (decimal): -3831667 or 9275589. OLE color: 9275589.

HSL color Cylindrical-coordinate representation of color #C5888D: hue angle of 355.08º degrees, saturation: 0.34, 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 #C5888D is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 136 141 -
CMYK 0 0.31 0.28 0.23
HSL 355.08º 0.34% 0.65% -
HSV(B) 355.08º 0.31% 0.77% -
XYZ 36.64 31.4 29.33 -
YUV 154.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 197 136 141 0 0.31 0.28 0.23 355.08 0.34 0.65
Hex C5 88 8D 0 1F 1C 17 163 22 41
Octal 305 210 215 0 37 34 27 543 42 101
Binary 11000101 10001000 10001101 0 11111 11100 10111 101100011 100010 1000001

Color Harmonies of #C5888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5888D

Black with #C5888D

Text Example


Text Example

White with #C5888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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