Html Css Color HEX #C882A0 Puce

📋 copy color: '#C882A0'

red 200 ◦ green 130 ◦ blue 160

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

Shades of Puce #C882A0

Tints of Puce #C882A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.65%

R = 40.82%
G = 26.53%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C882A0 (or 0xC882A0) is known color: Puce. HEX triplet: C8, 82 and A0. RGB value is (200,130,160). Sum of RGB (Red+Green+Blue) = 200+130+160=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C882A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882A0 is #377D5F. Grayscale: #9A9A9A. Windows color (decimal): -3636576 or 10519240. OLE color: 10519240.

HSL color Cylindrical-coordinate representation of color #C882A0: hue angle of 334.29º 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 #C882A0 is Cyan = 0, Magento = 0.35, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 160 -
CMYK 0 0.35 0.2 0.22
HSL 334.29º 0.39% 0.65% -
HSV(B) 334.29º 0.35% 0.78% -
XYZ 38.15 30.78 37.19 -
YUV 154.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 200 130 160 0 0.35 0.2 0.22 334.29 0.39 0.65
Hex C8 82 A0 0 23 14 16 14E 27 41
Octal 310 202 240 0 43 24 26 516 47 101
Binary 11001000 10000010 10100000 0 100011 10100 10110 101001110 100111 1000001

Color Harmonies of #C882A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882A0

Black with #C882A0

Text Example


Text Example

White with #C882A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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