Html Css Color HEX #C58493 Puce

📋 copy color: '#C58493'

red 197 ◦ green 132 ◦ blue 147

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

Shades of Puce #C58493

Tints of Puce #C58493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 41.39%
G = 27.73%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C58493 (or 0xC58493) is known color: Puce. HEX triplet: C5, 84 and 93. RGB value is (197,132,147). Sum of RGB (Red+Green+Blue) = 197+132+147=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C58493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58493 is #3A7B6C. Grayscale: #999999. Windows color (decimal): -3832685 or 9667781. OLE color: 9667781.

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

Color convert

RGB 197 132 147 -
CMYK 0 0.33 0.25 0.23
HSL 346.15º 0.36% 0.65% -
HSV(B) 346.15º 0.33% 0.77% -
XYZ 36.54 30.48 31.56 -
YUV 153.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 197 132 147 0 0.33 0.25 0.23 346.15 0.36 0.65
Hex C5 84 93 0 21 19 17 15A 24 41
Octal 305 204 223 0 41 31 27 532 44 101
Binary 11000101 10000100 10010011 0 100001 11001 10111 101011010 100100 1000001

Color Harmonies of #C58493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58493

Black with #C58493

Text Example


Text Example

White with #C58493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58493; }

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

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

background-color css

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

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

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

border-color css

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

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

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