Html Css Color HEX #CA80A0 Puce

📋 copy color: '#CA80A0'

red 202 ◦ green 128 ◦ blue 160

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

Shades of Puce #CA80A0

Tints of Puce #CA80A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.65%

R = 41.22%
G = 26.12%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA80A0 (or 0xCA80A0) is known color: Puce. HEX triplet: CA, 80 and A0. RGB value is (202,128,160). Sum of RGB (Red+Green+Blue) = 202+128+160=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80A0 is #357F5F. Grayscale: #999999. Windows color (decimal): -3506016 or 10518730. OLE color: 10518730.

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

Color convert

RGB 202 128 160 -
CMYK 0 0.37 0.21 0.21
HSL 334.05º 0.41% 0.65% -
HSV(B) 334.05º 0.37% 0.79% -
XYZ 38.42 30.53 37.13 -
YUV 153.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 202 128 160 0 0.37 0.21 0.21 334.05 0.41 0.65
Hex CA 80 A0 0 25 15 15 14E 29 41
Octal 312 200 240 0 45 25 25 516 51 101
Binary 11001010 10000000 10100000 0 100101 10101 10101 101001110 101001 1000001

Color Harmonies of #CA80A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA80A0

Black with #CA80A0

Text Example


Text Example

White with #CA80A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA80A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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