Html Css Color HEX #C5888E Puce

📋 copy color: '#C5888E'

red 197 ◦ green 136 ◦ blue 142

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

Shades of Puce #C5888E

Tints of Puce #C5888E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.89%

R = 41.47%
G = 28.63%
B = 29.89%

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

#C5888E (or 0xC5888E) is known color: Puce. HEX triplet: C5, 88 and 8E. RGB value is (197,136,142). Sum of RGB (Red+Green+Blue) = 197+136+142=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5888E is #3A7771. Grayscale: #9A9A9A. Windows color (decimal): -3831666 or 9341125. OLE color: 9341125.

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

Color convert

RGB 197 136 142 -
CMYK 0 0.31 0.28 0.23
HSL 354.1º 0.34% 0.65% -
HSV(B) 354.1º 0.31% 0.77% -
XYZ 36.71 31.43 29.72 -
YUV 154.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 197 136 142 0 0.31 0.28 0.23 354.1 0.34 0.65
Hex C5 88 8E 0 1F 1C 17 162 22 41
Octal 305 210 216 0 37 34 27 542 42 101
Binary 11000101 10001000 10001110 0 11111 11100 10111 101100010 100010 1000001

Color Harmonies of #C5888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5888E

Black with #C5888E

Text Example


Text Example

White with #C5888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5888E; }

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

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

background-color css

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

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

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

border-color css

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

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

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