Html Css Color HEX #C58687 Puce

📋 copy color: '#C58687'

red 197 ◦ green 134 ◦ blue 135

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

Shades of Puce #C58687

Tints of Puce #C58687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.97%

R = 42.27%
G = 28.76%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C58687 (or 0xC58687) is known color: Puce. HEX triplet: C5, 86 and 87. RGB value is (197,134,135). Sum of RGB (Red+Green+Blue) = 197+134+135=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C58687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58687 is #3A7978. Grayscale: #999999. Windows color (decimal): -3832185 or 8881861. OLE color: 8881861.

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

Color convert

RGB 197 134 135 -
CMYK 0 0.32 0.31 0.23
HSL 359.05º 0.35% 0.65% -
HSV(B) 359.05º 0.32% 0.77% -
XYZ 35.92 30.67 26.95 -
YUV 152.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 197 134 135 0 0.32 0.31 0.23 359.05 0.35 0.65
Hex C5 86 87 0 20 1F 17 167 23 41
Octal 305 206 207 0 40 37 27 547 43 101
Binary 11000101 10000110 10000111 0 100000 11111 10111 101100111 100011 1000001

Color Harmonies of #C58687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58687

Black with #C58687

Text Example


Text Example

White with #C58687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58687; }

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

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

background-color css

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

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

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

border-color css

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

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

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