Html Css Color HEX #C58490 Puce

📋 copy color: '#C58490'

red 197 ◦ green 132 ◦ blue 144

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

Shades of Puce #C58490

Tints of Puce #C58490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.91%

 BLUE value IS 144 (56.64% from 255) = 30.44%

R = 41.65%
G = 27.91%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C58490 (or 0xC58490) is known color: Puce. HEX triplet: C5, 84 and 90. RGB value is (197,132,144). Sum of RGB (Red+Green+Blue) = 197+132+144=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C58490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58490 is #3A7B6F. Grayscale: #989898. Windows color (decimal): -3832688 or 9471173. OLE color: 9471173.

HSL color Cylindrical-coordinate representation of color #C58490: hue angle of 348.92º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C58490 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 132 144 -
CMYK 0 0.33 0.27 0.23
HSL 348.92º 0.36% 0.65% -
HSV(B) 348.92º 0.33% 0.77% -
XYZ 36.31 30.39 30.34 -
YUV 152.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 197 132 144 0 0.33 0.27 0.23 348.92 0.36 0.65
Hex C5 84 90 0 21 1B 17 15D 24 41
Octal 305 204 220 0 41 33 27 535 44 101
Binary 11000101 10000100 10010000 0 100001 11011 10111 101011101 100100 1000001

Color Harmonies of #C58490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58490

Black with #C58490

Text Example


Text Example

White with #C58490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58490; }

 p { color: rgb(197,132,144); }

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

background-color css

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

 a { background-color: rgb(197,132,144); }

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

border-color css

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

 span { border-color: rgb(197,132,144); }

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