Html Css Color HEX #CA809F Puce

📋 copy color: '#CA809F'

red 202 ◦ green 128 ◦ blue 159

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

Shades of Puce #CA809F

Tints of Puce #CA809F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.52%

R = 41.31%
G = 26.18%
B = 32.52%

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

#CA809F (or 0xCA809F) is known color: Puce. HEX triplet: CA, 80 and 9F. RGB value is (202,128,159). Sum of RGB (Red+Green+Blue) = 202+128+159=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA809F is #357F60. Grayscale: #999999. Windows color (decimal): -3506017 or 10453194. OLE color: 10453194.

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

Color convert

RGB 202 128 159 -
CMYK 0 0.37 0.21 0.21
HSL 334.86º 0.41% 0.65% -
HSV(B) 334.86º 0.37% 0.79% -
XYZ 38.33 30.5 36.67 -
YUV 153.66 131.02 162.48 -
System Red Green Blue C M Y K H S L
Decimal 202 128 159 0 0.37 0.21 0.21 334.86 0.41 0.65
Hex CA 80 9F 0 25 15 15 14F 29 41
Octal 312 200 237 0 45 25 25 517 51 101
Binary 11001010 10000000 10011111 0 100101 10101 10101 101001111 101001 1000001

Color Harmonies of #CA809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA809F

Black with #CA809F

Text Example


Text Example

White with #CA809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA809F; }

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

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

background-color css

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

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

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

border-color css

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

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

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