Html Css Color HEX #C5898E Puce

📋 copy color: '#C5898E'

red 197 ◦ green 137 ◦ blue 142

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

Shades of Puce #C5898E

Tints of Puce #C5898E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.78%

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

R = 41.39%
G = 28.78%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5898E (or 0xC5898E) is known color: Puce. HEX triplet: C5, 89 and 8E. RGB value is (197,137,142). Sum of RGB (Red+Green+Blue) = 197+137+142=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C5898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5898E is #3A7671. Grayscale: #9B9B9B. Windows color (decimal): -3831410 or 9341381. OLE color: 9341381.

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

Color convert

RGB 197 137 142 -
CMYK 0 0.30 0.28 0.23
HSL 355º 0.34% 0.65% -
HSV(B) 355º 0.3% 0.77% -
XYZ 36.85 31.71 29.77 -
YUV 155.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 197 137 142 0 0.30 0.28 0.23 355 0.34 0.65
Hex C5 89 8E 0 1E 1C 17 163 22 41
Octal 305 211 216 0 36 34 27 543 42 101
Binary 11000101 10001001 10001110 0 11110 11100 10111 101100011 100010 1000001

Color Harmonies of #C5898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5898E

Black with #C5898E

Text Example


Text Example

White with #C5898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5898E; }

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

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

background-color css

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

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

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

border-color css

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

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

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