Html Css Color HEX #C886A1 Puce

📋 copy color: '#C886A1'

red 200 ◦ green 134 ◦ blue 161

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

Shades of Puce #C886A1

Tints of Puce #C886A1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.07%

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

R = 40.4%
G = 27.07%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C886A1 (or 0xC886A1) is known color: Puce. HEX triplet: C8, 86 and A1. RGB value is (200,134,161). Sum of RGB (Red+Green+Blue) = 200+134+161=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C886A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C886A1 is #37795E. Grayscale: #9C9C9C. Windows color (decimal): -3635551 or 10585800. OLE color: 10585800.

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

Color convert

RGB 200 134 161 -
CMYK 0 0.33 0.19 0.22
HSL 335.45º 0.38% 0.65% -
HSV(B) 335.45º 0.33% 0.78% -
XYZ 38.78 31.9 37.83 -
YUV 156.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 200 134 161 0 0.33 0.19 0.22 335.45 0.38 0.65
Hex C8 86 A1 0 21 13 16 14F 26 41
Octal 310 206 241 0 41 23 26 517 46 101
Binary 11001000 10000110 10100001 0 100001 10011 10110 101001111 100110 1000001

Color Harmonies of #C886A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886A1

Black with #C886A1

Text Example


Text Example

White with #C886A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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