Html Css Color HEX #CA80A4 Puce

📋 copy color: '#CA80A4'

red 202 ◦ green 128 ◦ blue 164

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

Shades of Puce #CA80A4

Tints of Puce #CA80A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.2%

R = 40.89%
G = 25.91%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#CA80A4 (or 0xCA80A4) is known color: Puce. HEX triplet: CA, 80 and A4. RGB value is (202,128,164). Sum of RGB (Red+Green+Blue) = 202+128+164=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80A4 is #357F5B. Grayscale: #9A9A9A. Windows color (decimal): -3506012 or 10780874. OLE color: 10780874.

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

Color convert

RGB 202 128 164 -
CMYK 0 0.37 0.19 0.21
HSL 330.81º 0.41% 0.65% -
HSV(B) 330.81º 0.37% 0.79% -
XYZ 38.78 30.68 39 -
YUV 154.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 202 128 164 0 0.37 0.19 0.21 330.81 0.41 0.65
Hex CA 80 A4 0 25 13 15 14B 29 41
Octal 312 200 244 0 45 23 25 513 51 101
Binary 11001010 10000000 10100100 0 100101 10011 10101 101001011 101001 1000001

Color Harmonies of #CA80A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA80A4

Black with #CA80A4

Text Example


Text Example

White with #CA80A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA80A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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