Html Css Color HEX #C58990 Puce

📋 copy color: '#C58990'

red 197 ◦ green 137 ◦ blue 144

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

Shades of Puce #C58990

Tints of Puce #C58990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.66%

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

R = 41.21%
G = 28.66%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C58990 (or 0xC58990) is known color: Puce. HEX triplet: C5, 89 and 90. RGB value is (197,137,144). Sum of RGB (Red+Green+Blue) = 197+137+144=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C58990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58990 is #3A766F. Grayscale: #9B9B9B. Windows color (decimal): -3831408 or 9472453. OLE color: 9472453.

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

Color convert

RGB 197 137 144 -
CMYK 0 0.30 0.27 0.23
HSL 353º 0.34% 0.65% -
HSV(B) 353º 0.3% 0.77% -
XYZ 37.01 31.78 30.57 -
YUV 155.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 197 137 144 0 0.30 0.27 0.23 353 0.34 0.65
Hex C5 89 90 0 1E 1B 17 161 22 41
Octal 305 211 220 0 36 33 27 541 42 101
Binary 11000101 10001001 10010000 0 11110 11011 10111 101100001 100010 1000001

Color Harmonies of #C58990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58990

Black with #C58990

Text Example


Text Example

White with #C58990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58990; }

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

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

background-color css

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

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

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

border-color css

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

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

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