Html Css Color HEX #C58293 Puce

📋 copy color: '#C58293'

red 197 ◦ green 130 ◦ blue 147

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

Shades of Puce #C58293

Tints of Puce #C58293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.43%

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

R = 41.56%
G = 27.43%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C58293 (or 0xC58293) is known color: Puce. HEX triplet: C5, 82 and 93. RGB value is (197,130,147). Sum of RGB (Red+Green+Blue) = 197+130+147=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C58293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58293 is #3A7D6C. Grayscale: #979797. Windows color (decimal): -3833197 or 9667269. OLE color: 9667269.

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

Color convert

RGB 197 130 147 -
CMYK 0 0.34 0.25 0.23
HSL 344.78º 0.37% 0.64% -
HSV(B) 344.78º 0.34% 0.77% -
XYZ 36.28 29.94 31.47 -
YUV 151.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 197 130 147 0 0.34 0.25 0.23 344.78 0.37 0.64
Hex C5 82 93 0 22 19 17 159 25 40
Octal 305 202 223 0 42 31 27 531 45 100
Binary 11000101 10000010 10010011 0 100010 11001 10111 101011001 100101 1000000

Color Harmonies of #C58293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58293

Black with #C58293

Text Example


Text Example

White with #C58293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58293; }

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

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

background-color css

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

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

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

border-color css

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

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

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