Html Css Color HEX #C58790 Puce

📋 copy color: '#C58790'

red 197 ◦ green 135 ◦ blue 144

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

Shades of Puce #C58790

Tints of Puce #C58790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.36%

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

R = 41.39%
G = 28.36%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C58790 (or 0xC58790) is known color: Puce. HEX triplet: C5, 87 and 90. RGB value is (197,135,144). Sum of RGB (Red+Green+Blue) = 197+135+144=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C58790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58790 is #3A786F. Grayscale: #9A9A9A. Windows color (decimal): -3831920 or 9471941. OLE color: 9471941.

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

Color convert

RGB 197 135 144 -
CMYK 0 0.31 0.27 0.23
HSL 351.29º 0.35% 0.65% -
HSV(B) 351.29º 0.31% 0.77% -
XYZ 36.72 31.21 30.47 -
YUV 154.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 197 135 144 0 0.31 0.27 0.23 351.29 0.35 0.65
Hex C5 87 90 0 1F 1B 17 15F 23 41
Octal 305 207 220 0 37 33 27 537 43 101
Binary 11000101 10000111 10010000 0 11111 11011 10111 101011111 100011 1000001

Color Harmonies of #C58790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58790

Black with #C58790

Text Example


Text Example

White with #C58790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58790; }

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

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

background-color css

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

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

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

border-color css

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

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

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