Html Css Color HEX #C980A7 Puce

📋 copy color: '#C980A7'

red 201 ◦ green 128 ◦ blue 167

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

Shades of Puce #C980A7

Tints of Puce #C980A7

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.81%

 BLUE value IS 167 (65.63% from 255) = 33.67%

R = 40.52%
G = 25.81%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C980A7 (or 0xC980A7) is known color: Puce. HEX triplet: C9, 80 and A7. RGB value is (201,128,167). Sum of RGB (Red+Green+Blue) = 201+128+167=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C980A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C980A7 is #367F58. Grayscale: #9A9A9A. Windows color (decimal): -3571545 or 10977481. OLE color: 10977481.

HSL color Cylindrical-coordinate representation of color #C980A7: hue angle of 327.95º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C980A7 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 128 167 -
CMYK 0 0.36 0.17 0.21
HSL 327.95º 0.4% 0.65% -
HSV(B) 327.95º 0.36% 0.79% -
XYZ 38.78 30.65 40.43 -
YUV 154.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 201 128 167 0 0.36 0.17 0.21 327.95 0.4 0.65
Hex C9 80 A7 0 24 11 15 148 28 41
Octal 311 200 247 0 44 21 25 510 50 101
Binary 11001001 10000000 10100111 0 100100 10001 10101 101001000 101000 1000001

Color Harmonies of #C980A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C980A7

Black with #C980A7

Text Example


Text Example

White with #C980A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C980A7; }

 p { color: rgb(201,128,167); }

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

background-color css

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

 a { background-color: rgb(201,128,167); }

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

border-color css

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

 span { border-color: rgb(201,128,167); }

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