Html Css Color HEX #C58693 Puce

📋 copy color: '#C58693'

red 197 ◦ green 134 ◦ blue 147

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

Shades of Puce #C58693

Tints of Puce #C58693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.03%

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

R = 41.21%
G = 28.03%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C58693 (or 0xC58693) is known color: Puce. HEX triplet: C5, 86 and 93. RGB value is (197,134,147). Sum of RGB (Red+Green+Blue) = 197+134+147=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C58693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58693 is #3A796C. Grayscale: #9A9A9A. Windows color (decimal): -3832173 or 9668293. OLE color: 9668293.

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

Color convert

RGB 197 134 147 -
CMYK 0 0.32 0.25 0.23
HSL 347.62º 0.35% 0.65% -
HSV(B) 347.62º 0.32% 0.77% -
XYZ 36.82 31.03 31.65 -
YUV 154.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 197 134 147 0 0.32 0.25 0.23 347.62 0.35 0.65
Hex C5 86 93 0 20 19 17 15C 23 41
Octal 305 206 223 0 40 31 27 534 43 101
Binary 11000101 10000110 10010011 0 100000 11001 10111 101011100 100011 1000001

Color Harmonies of #C58693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58693

Black with #C58693

Text Example


Text Example

White with #C58693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58693; }

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

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

background-color css

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

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

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

border-color css

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

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

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