Html Css Color HEX #C882A6 Puce

📋 copy color: '#C882A6'

red 200 ◦ green 130 ◦ blue 166

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

Shades of Puce #C882A6

Tints of Puce #C882A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.47%

R = 40.32%
G = 26.21%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C882A6 (or 0xC882A6) is known color: Puce. HEX triplet: C8, 82 and A6. RGB value is (200,130,166). Sum of RGB (Red+Green+Blue) = 200+130+166=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C882A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882A6 is #377D59. Grayscale: #9A9A9A. Windows color (decimal): -3636570 or 10912456. OLE color: 10912456.

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

Color convert

RGB 200 130 166 -
CMYK 0 0.35 0.17 0.22
HSL 329.14º 0.39% 0.65% -
HSV(B) 329.14º 0.35% 0.78% -
XYZ 38.68 31 40.02 -
YUV 155.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 200 130 166 0 0.35 0.17 0.22 329.14 0.39 0.65
Hex C8 82 A6 0 23 11 16 149 27 41
Octal 310 202 246 0 43 21 26 511 47 101
Binary 11001000 10000010 10100110 0 100011 10001 10110 101001001 100111 1000001

Color Harmonies of #C882A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882A6

Black with #C882A6

Text Example


Text Example

White with #C882A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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