Html Css Color HEX #C986A2 Puce

📋 copy color: '#C986A2'

red 201 ◦ green 134 ◦ blue 162

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

Shades of Puce #C986A2

Tints of Puce #C986A2

RGB

 RED value IS 201 (78.91% from 255) = 40.44%

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

 BLUE value IS 162 (63.67% from 255) = 32.6%

R = 40.44%
G = 26.96%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C986A2 (or 0xC986A2) is known color: Puce. HEX triplet: C9, 86 and A2. RGB value is (201,134,162). Sum of RGB (Red+Green+Blue) = 201+134+162=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C986A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C986A2 is #36795D. Grayscale: #9D9D9D. Windows color (decimal): -3570014 or 10651337. OLE color: 10651337.

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

Color convert

RGB 201 134 162 -
CMYK 0 0.33 0.19 0.21
HSL 334.93º 0.38% 0.66% -
HSV(B) 334.93º 0.33% 0.79% -
XYZ 39.13 32.08 38.31 -
YUV 157.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 201 134 162 0 0.33 0.19 0.21 334.93 0.38 0.66
Hex C9 86 A2 0 21 13 15 14F 26 42
Octal 311 206 242 0 41 23 25 517 46 102
Binary 11001001 10000110 10100010 0 100001 10011 10101 101001111 100110 1000010

Color Harmonies of #C986A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C986A2

Black with #C986A2

Text Example


Text Example

White with #C986A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C986A2; }

 p { color: rgb(201,134,162); }

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

background-color css

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

 a { background-color: rgb(201,134,162); }

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

border-color css

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

 span { border-color: rgb(201,134,162); }

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