Html Css Color HEX #C58D8F Puce

📋 copy color: '#C58D8F'

red 197 ◦ green 141 ◦ blue 143

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

Shades of Puce #C58D8F

Tints of Puce #C58D8F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.31%

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 40.96%
G = 29.31%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C58D8F (or 0xC58D8F) is known color: Puce. HEX triplet: C5, 8D and 8F. RGB value is (197,141,143). Sum of RGB (Red+Green+Blue) = 197+141+143=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58D8F is #3A7270. Grayscale: #9E9E9E. Windows color (decimal): -3830385 or 9407941. OLE color: 9407941.

HSL color Cylindrical-coordinate representation of color #C58D8F: hue angle of 357.86º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58D8F is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 141 143 -
CMYK 0 0.28 0.27 0.23
HSL 357.86º 0.33% 0.66% -
HSV(B) 357.86º 0.28% 0.77% -
XYZ 37.51 32.9 30.36 -
YUV 157.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 197 141 143 0 0.28 0.27 0.23 357.86 0.33 0.66
Hex C5 8D 8F 0 1C 1B 17 166 21 42
Octal 305 215 217 0 34 33 27 546 41 102
Binary 11000101 10001101 10001111 0 11100 11011 10111 101100110 100001 1000010

Color Harmonies of #C58D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D8F

Black with #C58D8F

Text Example


Text Example

White with #C58D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D8F; }

 p { color: rgb(197,141,143); }

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

background-color css

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

 a { background-color: rgb(197,141,143); }

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

border-color css

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

 span { border-color: rgb(197,141,143); }

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