Html Css Color HEX #C5898A Puce

📋 copy color: '#C5898A'

red 197 ◦ green 137 ◦ blue 138

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

Shades of Puce #C5898A

Tints of Puce #C5898A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 41.74%
G = 29.03%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5898A (or 0xC5898A) is known color: Puce. HEX triplet: C5, 89 and 8A. RGB value is (197,137,138). Sum of RGB (Red+Green+Blue) = 197+137+138=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5898A is #3A7675. Grayscale: #9B9B9B. Windows color (decimal): -3831414 or 9079237. OLE color: 9079237.

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

Color convert

RGB 197 137 138 -
CMYK 0 0.30 0.30 0.23
HSL 359º 0.34% 0.65% -
HSV(B) 359º 0.3% 0.77% -
XYZ 36.56 31.6 28.22 -
YUV 155.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 197 137 138 0 0.30 0.30 0.23 359 0.34 0.65
Hex C5 89 8A 0 1E 1E 17 167 22 41
Octal 305 211 212 0 36 36 27 547 42 101
Binary 11000101 10001001 10001010 0 11110 11110 10111 101100111 100010 1000001

Color Harmonies of #C5898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5898A

Black with #C5898A

Text Example


Text Example

White with #C5898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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