Html Css Color HEX #C58598 Puce

📋 copy color: '#C58598'

red 197 ◦ green 133 ◦ blue 152

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

Shades of Puce #C58598

Tints of Puce #C58598

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.59%

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

R = 40.87%
G = 27.59%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C58598 (or 0xC58598) is known color: Puce. HEX triplet: C5, 85 and 98. RGB value is (197,133,152). Sum of RGB (Red+Green+Blue) = 197+133+152=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C58598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58598 is #3A7A67. Grayscale: #9A9A9A. Windows color (decimal): -3832424 or 9995717. OLE color: 9995717.

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

Color convert

RGB 197 133 152 -
CMYK 0 0.32 0.23 0.23
HSL 342.19º 0.36% 0.65% -
HSV(B) 342.19º 0.32% 0.77% -
XYZ 37.08 30.91 33.72 -
YUV 154.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 197 133 152 0 0.32 0.23 0.23 342.19 0.36 0.65
Hex C5 85 98 0 20 17 17 156 24 41
Octal 305 205 230 0 40 27 27 526 44 101
Binary 11000101 10000101 10011000 0 100000 10111 10111 101010110 100100 1000001

Color Harmonies of #C58598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58598

Black with #C58598

Text Example


Text Example

White with #C58598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58598; }

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

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

background-color css

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

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

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

border-color css

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

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

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