Html Css Color HEX #CA80A1 Puce

📋 copy color: '#CA80A1'

red 202 ◦ green 128 ◦ blue 161

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

Shades of Puce #CA80A1

Tints of Puce #CA80A1

RGB

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

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

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

R = 41.14%
G = 26.07%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA80A1 (or 0xCA80A1) is known color: Puce. HEX triplet: CA, 80 and A1. RGB value is (202,128,161). Sum of RGB (Red+Green+Blue) = 202+128+161=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80A1 is #357F5E. Grayscale: #999999. Windows color (decimal): -3506015 or 10584266. OLE color: 10584266.

HSL color Cylindrical-coordinate representation of color #CA80A1: hue angle of 333.24º 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 #CA80A1 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 128 161 -
CMYK 0 0.37 0.20 0.21
HSL 333.24º 0.41% 0.65% -
HSV(B) 333.24º 0.37% 0.79% -
XYZ 38.51 30.57 37.59 -
YUV 153.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 202 128 161 0 0.37 0.20 0.21 333.24 0.41 0.65
Hex CA 80 A1 0 25 14 15 14D 29 41
Octal 312 200 241 0 45 24 25 515 51 101
Binary 11001010 10000000 10100001 0 100101 10100 10101 101001101 101001 1000001

Color Harmonies of #CA80A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA80A1

Black with #CA80A1

Text Example


Text Example

White with #CA80A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA80A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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