Html Css Color HEX #C882A3 Puce

📋 copy color: '#C882A3'

red 200 ◦ green 130 ◦ blue 163

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

Shades of Puce #C882A3

Tints of Puce #C882A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.06%

R = 40.57%
G = 26.37%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C882A3 (or 0xC882A3) is known color: Puce. HEX triplet: C8, 82 and A3. RGB value is (200,130,163). Sum of RGB (Red+Green+Blue) = 200+130+163=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C882A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882A3 is #377D5C. Grayscale: #9A9A9A. Windows color (decimal): -3636573 or 10715848. OLE color: 10715848.

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

Color convert

RGB 200 130 163 -
CMYK 0 0.35 0.18 0.22
HSL 331.71º 0.39% 0.65% -
HSV(B) 331.71º 0.35% 0.78% -
XYZ 38.41 30.89 38.59 -
YUV 154.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 200 130 163 0 0.35 0.18 0.22 331.71 0.39 0.65
Hex C8 82 A3 0 23 12 16 14C 27 41
Octal 310 202 243 0 43 22 26 514 47 101
Binary 11001000 10000010 10100011 0 100011 10010 10110 101001100 100111 1000001

Color Harmonies of #C882A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882A3

Black with #C882A3

Text Example


Text Example

White with #C882A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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