Html Css Color HEX #C58D90 Puce

📋 copy color: '#C58D90'

red 197 ◦ green 141 ◦ blue 144

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

Shades of Puce #C58D90

Tints of Puce #C58D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 40.87%
G = 29.25%
B = 29.88%

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

#C58D90 (or 0xC58D90) is known color: Puce. HEX triplet: C5, 8D and 90. RGB value is (197,141,144). Sum of RGB (Red+Green+Blue) = 197+141+144=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58D90 is #3A726F. Grayscale: #9E9E9E. Windows color (decimal): -3830384 or 9473477. OLE color: 9473477.

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

Color convert

RGB 197 141 144 -
CMYK 0 0.28 0.27 0.23
HSL 356.79º 0.33% 0.66% -
HSV(B) 356.79º 0.28% 0.77% -
XYZ 37.58 32.93 30.76 -
YUV 158.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 197 141 144 0 0.28 0.27 0.23 356.79 0.33 0.66
Hex C5 8D 90 0 1C 1B 17 165 21 42
Octal 305 215 220 0 34 33 27 545 41 102
Binary 11000101 10001101 10010000 0 11100 11011 10111 101100101 100001 1000010

Color Harmonies of #C58D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D90

Black with #C58D90

Text Example


Text Example

White with #C58D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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