Html Css Color HEX #C58389 Puce

📋 copy color: '#C58389'

red 197 ◦ green 131 ◦ blue 137

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

Shades of Puce #C58389

Tints of Puce #C58389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.17%

 BLUE value IS 137 (53.91% from 255) = 29.46%

R = 42.37%
G = 28.17%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C58389 (or 0xC58389) is known color: Puce. HEX triplet: C5, 83 and 89. RGB value is (197,131,137). Sum of RGB (Red+Green+Blue) = 197+131+137=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C58389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58389 is #3A7C76. Grayscale: #979797. Windows color (decimal): -3832951 or 9012165. OLE color: 9012165.

HSL color Cylindrical-coordinate representation of color #C58389: hue angle of 354.55º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C58389 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 137 -
CMYK 0 0.34 0.30 0.23
HSL 354.55º 0.36% 0.64% -
HSV(B) 354.55º 0.34% 0.77% -
XYZ 35.66 29.91 27.56 -
YUV 151.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 197 131 137 0 0.34 0.30 0.23 354.55 0.36 0.64
Hex C5 83 89 0 22 1E 17 163 24 40
Octal 305 203 211 0 42 36 27 543 44 100
Binary 11000101 10000011 10001001 0 100010 11110 10111 101100011 100100 1000000

Color Harmonies of #C58389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58389

Black with #C58389

Text Example


Text Example

White with #C58389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58389; }

 p { color: rgb(197,131,137); }

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

background-color css

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

 a { background-color: rgb(197,131,137); }

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

border-color css

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

 span { border-color: rgb(197,131,137); }

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