Html Css Color HEX #C58397 Puce

📋 copy color: '#C58397'

red 197 ◦ green 131 ◦ blue 151

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

Shades of Puce #C58397

Tints of Puce #C58397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.52%

R = 41.13%
G = 27.35%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C58397 (or 0xC58397) is known color: Puce. HEX triplet: C5, 83 and 97. RGB value is (197,131,151). Sum of RGB (Red+Green+Blue) = 197+131+151=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C58397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58397 is #3A7C68. Grayscale: #999999. Windows color (decimal): -3832937 or 9929669. OLE color: 9929669.

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

Color convert

RGB 197 131 151 -
CMYK 0 0.34 0.23 0.23
HSL 341.82º 0.36% 0.64% -
HSV(B) 341.82º 0.34% 0.77% -
XYZ 36.73 30.34 33.2 -
YUV 153.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 197 131 151 0 0.34 0.23 0.23 341.82 0.36 0.64
Hex C5 83 97 0 22 17 17 156 24 40
Octal 305 203 227 0 42 27 27 526 44 100
Binary 11000101 10000011 10010111 0 100010 10111 10111 101010110 100100 1000000

Color Harmonies of #C58397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58397

Black with #C58397

Text Example


Text Example

White with #C58397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58397; }

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

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

background-color css

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

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

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

border-color css

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

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

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