Html Css Color HEX #C882A1 Puce

📋 copy color: '#C882A1'

red 200 ◦ green 130 ◦ blue 161

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

Shades of Puce #C882A1

Tints of Puce #C882A1

RGB

 RED value IS 200 (78.52% from 255) = 40.73%

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

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

R = 40.73%
G = 26.48%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C882A1 (or 0xC882A1) is known color: Puce. HEX triplet: C8, 82 and A1. RGB value is (200,130,161). Sum of RGB (Red+Green+Blue) = 200+130+161=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C882A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882A1 is #377D5E. Grayscale: #9A9A9A. Windows color (decimal): -3636575 or 10584776. OLE color: 10584776.

HSL color Cylindrical-coordinate representation of color #C882A1: hue angle of 333.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882A1 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 161 -
CMYK 0 0.35 0.19 0.22
HSL 333.43º 0.39% 0.65% -
HSV(B) 333.43º 0.35% 0.78% -
XYZ 38.24 30.82 37.65 -
YUV 154.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 200 130 161 0 0.35 0.19 0.22 333.43 0.39 0.65
Hex C8 82 A1 0 23 13 16 14D 27 41
Octal 310 202 241 0 43 23 26 515 47 101
Binary 11001000 10000010 10100001 0 100011 10011 10110 101001101 100111 1000001

Color Harmonies of #C882A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882A1

Black with #C882A1

Text Example


Text Example

White with #C882A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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