Html Css Color HEX #CA80A9 Puce

📋 copy color: '#CA80A9'

red 202 ◦ green 128 ◦ blue 169

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

Shades of Puce #CA80A9

Tints of Puce #CA80A9

RGB

 RED value IS 202 (79.3% from 255) = 40.48%

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

 BLUE value IS 169 (66.41% from 255) = 33.87%

R = 40.48%
G = 25.65%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA80A9 (or 0xCA80A9) is known color: Puce. HEX triplet: CA, 80 and A9. RGB value is (202,128,169). Sum of RGB (Red+Green+Blue) = 202+128+169=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80A9 is #357F56. Grayscale: #9A9A9A. Windows color (decimal): -3506007 or 11108554. OLE color: 11108554.

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

Color convert

RGB 202 128 169 -
CMYK 0 0.37 0.16 0.21
HSL 326.76º 0.41% 0.65% -
HSV(B) 326.76º 0.37% 0.79% -
XYZ 39.24 30.86 41.42 -
YUV 154.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 202 128 169 0 0.37 0.16 0.21 326.76 0.41 0.65
Hex CA 80 A9 0 25 10 15 147 29 41
Octal 312 200 251 0 45 20 25 507 51 101
Binary 11001010 10000000 10101001 0 100101 10000 10101 101000111 101001 1000001

Color Harmonies of #CA80A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA80A9

Black with #CA80A9

Text Example


Text Example

White with #CA80A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA80A9; }

 p { color: rgb(202,128,169); }

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

background-color css

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

 a { background-color: rgb(202,128,169); }

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

border-color css

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

 span { border-color: rgb(202,128,169); }

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