Html Css Color HEX #C58298 Puce

📋 copy color: '#C58298'

red 197 ◦ green 130 ◦ blue 152

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

Shades of Puce #C58298

Tints of Puce #C58298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.14%

 BLUE value IS 152 (59.77% from 255) = 31.73%

R = 41.13%
G = 27.14%
B = 31.73%

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

#C58298 (or 0xC58298) is known color: Puce. HEX triplet: C5, 82 and 98. RGB value is (197,130,152). Sum of RGB (Red+Green+Blue) = 197+130+152=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C58298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58298 is #3A7D67. Grayscale: #989898. Windows color (decimal): -3833192 or 9994949. OLE color: 9994949.

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

Color convert

RGB 197 130 152 -
CMYK 0 0.34 0.23 0.23
HSL 340.3º 0.37% 0.64% -
HSV(B) 340.3º 0.34% 0.77% -
XYZ 36.68 30.1 33.58 -
YUV 152.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 197 130 152 0 0.34 0.23 0.23 340.3 0.37 0.64
Hex C5 82 98 0 22 17 17 154 25 40
Octal 305 202 230 0 42 27 27 524 45 100
Binary 11000101 10000010 10011000 0 100010 10111 10111 101010100 100101 1000000

Color Harmonies of #C58298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58298

Black with #C58298

Text Example


Text Example

White with #C58298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58298; }

 p { color: rgb(197,130,152); }

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

background-color css

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

 a { background-color: rgb(197,130,152); }

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

border-color css

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

 span { border-color: rgb(197,130,152); }

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