Html Css Color HEX #C58093 Puce

📋 copy color: '#C58093'

red 197 ◦ green 128 ◦ blue 147

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

Shades of Puce #C58093

Tints of Puce #C58093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.12%

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

R = 41.74%
G = 27.12%
B = 31.14%

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

#C58093 (or 0xC58093) is known color: Puce. HEX triplet: C5, 80 and 93. RGB value is (197,128,147). Sum of RGB (Red+Green+Blue) = 197+128+147=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C58093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58093 is #3A7F6C. Grayscale: #969696. Windows color (decimal): -3833709 or 9666757. OLE color: 9666757.

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

Color convert

RGB 197 128 147 -
CMYK 0 0.35 0.25 0.23
HSL 343.48º 0.37% 0.64% -
HSV(B) 343.48º 0.35% 0.77% -
XYZ 36.01 29.42 31.38 -
YUV 150.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 197 128 147 0 0.35 0.25 0.23 343.48 0.37 0.64
Hex C5 80 93 0 23 19 17 157 25 40
Octal 305 200 223 0 43 31 27 527 45 100
Binary 11000101 10000000 10010011 0 100011 11001 10111 101010111 100101 1000000

Color Harmonies of #C58093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58093

Black with #C58093

Text Example


Text Example

White with #C58093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58093; }

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

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

background-color css

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

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

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

border-color css

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

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

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