Html Css Color HEX #C582A1 Puce

📋 copy color: '#C582A1'

red 197 ◦ green 130 ◦ blue 161

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

Shades of Puce #C582A1

Tints of Puce #C582A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.99%

R = 40.37%
G = 26.64%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C582A1 (or 0xC582A1) is known color: Puce. HEX triplet: C5, 82 and A1. RGB value is (197,130,161). Sum of RGB (Red+Green+Blue) = 197+130+161=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C582A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C582A1 is #3A7D5E. Grayscale: #999999. Windows color (decimal): -3833183 or 10584773. OLE color: 10584773.

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

Color convert

RGB 197 130 161 -
CMYK 0 0.34 0.18 0.23
HSL 332.24º 0.37% 0.64% -
HSV(B) 332.24º 0.34% 0.77% -
XYZ 37.44 30.41 37.61 -
YUV 153.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 197 130 161 0 0.34 0.18 0.23 332.24 0.37 0.64
Hex C5 82 A1 0 22 12 17 14C 25 40
Octal 305 202 241 0 42 22 27 514 45 100
Binary 11000101 10000010 10100001 0 100010 10010 10111 101001100 100101 1000000

Color Harmonies of #C582A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582A1

Black with #C582A1

Text Example


Text Example

White with #C582A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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