Html Css Color HEX #C5888C Puce

📋 copy color: '#C5888C'

red 197 ◦ green 136 ◦ blue 140

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

Shades of Puce #C5888C

Tints of Puce #C5888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 41.65%
G = 28.75%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5888C (or 0xC5888C) is known color: Puce. HEX triplet: C5, 88 and 8C. RGB value is (197,136,140). Sum of RGB (Red+Green+Blue) = 197+136+140=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5888C is #3A7773. Grayscale: #9A9A9A. Windows color (decimal): -3831668 or 9210053. OLE color: 9210053.

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

Color convert

RGB 197 136 140 -
CMYK 0 0.31 0.29 0.23
HSL 356.07º 0.34% 0.65% -
HSV(B) 356.07º 0.31% 0.77% -
XYZ 36.56 31.37 28.94 -
YUV 154.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 197 136 140 0 0.31 0.29 0.23 356.07 0.34 0.65
Hex C5 88 8C 0 1F 1D 17 164 22 41
Octal 305 210 214 0 37 35 27 544 42 101
Binary 11000101 10001000 10001100 0 11111 11101 10111 101100100 100010 1000001

Color Harmonies of #C5888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5888C

Black with #C5888C

Text Example


Text Example

White with #C5888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5888C; }

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

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

background-color css

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

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

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

border-color css

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

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

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