Html Css Color HEX #C58193 Puce

📋 copy color: '#C58193'

red 197 ◦ green 129 ◦ blue 147

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

Shades of Puce #C58193

Tints of Puce #C58193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.27%

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

R = 41.65%
G = 27.27%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C58193 (or 0xC58193) is known color: Puce. HEX triplet: C5, 81 and 93. RGB value is (197,129,147). Sum of RGB (Red+Green+Blue) = 197+129+147=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C58193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58193 is #3A7E6C. Grayscale: #979797. Windows color (decimal): -3833453 or 9667013. OLE color: 9667013.

HSL color Cylindrical-coordinate representation of color #C58193: hue angle of 344.12º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58193 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 129 147 -
CMYK 0 0.35 0.25 0.23
HSL 344.12º 0.37% 0.64% -
HSV(B) 344.12º 0.35% 0.77% -
XYZ 36.14 29.68 31.43 -
YUV 151.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 197 129 147 0 0.35 0.25 0.23 344.12 0.37 0.64
Hex C5 81 93 0 23 19 17 158 25 40
Octal 305 201 223 0 43 31 27 530 45 100
Binary 11000101 10000001 10010011 0 100011 11001 10111 101011000 100101 1000000

Color Harmonies of #C58193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58193

Black with #C58193

Text Example


Text Example

White with #C58193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58193; }

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

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

background-color css

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

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

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

border-color css

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

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

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