Html Css Color HEX #CA819A Puce

📋 copy color: '#CA819A'

red 202 ◦ green 129 ◦ blue 154

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

Shades of Puce #CA819A

Tints of Puce #CA819A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.6%

 BLUE value IS 154 (60.55% from 255) = 31.75%

R = 41.65%
G = 26.6%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA819A (or 0xCA819A) is known color: Puce. HEX triplet: CA, 81 and 9A. RGB value is (202,129,154). Sum of RGB (Red+Green+Blue) = 202+129+154=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA819A is #357E65. Grayscale: #999999. Windows color (decimal): -3505766 or 10125770. OLE color: 10125770.

HSL color Cylindrical-coordinate representation of color #CA819A: hue angle of 339.45º degrees, saturation: 0.41, 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 #CA819A is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 129 154 -
CMYK 0 0.36 0.24 0.21
HSL 339.45º 0.41% 0.65% -
HSV(B) 339.45º 0.36% 0.79% -
XYZ 38.04 30.59 34.47 -
YUV 153.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 202 129 154 0 0.36 0.24 0.21 339.45 0.41 0.65
Hex CA 81 9A 0 24 18 15 153 29 41
Octal 312 201 232 0 44 30 25 523 51 101
Binary 11001010 10000001 10011010 0 100100 11000 10101 101010011 101001 1000001

Color Harmonies of #CA819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA819A

Black with #CA819A

Text Example


Text Example

White with #CA819A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA819A; }

 p { color: rgb(202,129,154); }

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

background-color css

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

 a { background-color: rgb(202,129,154); }

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

border-color css

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

 span { border-color: rgb(202,129,154); }

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