Html Css Color HEX #C58586 Puce

📋 copy color: '#C58586'

red 197 ◦ green 133 ◦ blue 134

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

Shades of Puce #C58586

Tints of Puce #C58586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.66%

 BLUE value IS 134 (52.73% from 255) = 28.88%

R = 42.46%
G = 28.66%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C58586 (or 0xC58586) is known color: Puce. HEX triplet: C5, 85 and 86. RGB value is (197,133,134). Sum of RGB (Red+Green+Blue) = 197+133+134=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C58586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58586 is #3A7A79. Grayscale: #989898. Windows color (decimal): -3832442 or 8816069. OLE color: 8816069.

HSL color Cylindrical-coordinate representation of color #C58586: hue angle of 359.06º degrees, saturation: 0.36, 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 #C58586 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 134 -
CMYK 0 0.32 0.32 0.23
HSL 359.06º 0.36% 0.65% -
HSV(B) 359.06º 0.32% 0.77% -
XYZ 35.72 30.37 26.53 -
YUV 152.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 197 133 134 0 0.32 0.32 0.23 359.06 0.36 0.65
Hex C5 85 86 0 20 20 17 167 24 41
Octal 305 205 206 0 40 40 27 547 44 101
Binary 11000101 10000101 10000110 0 100000 100000 10111 101100111 100100 1000001

Color Harmonies of #C58586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58586

Black with #C58586

Text Example


Text Example

White with #C58586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58586; }

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

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

background-color css

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

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

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

border-color css

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

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

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