Html Css Color HEX #CA808E Puce

📋 copy color: '#CA808E'

red 202 ◦ green 128 ◦ blue 142

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

Shades of Puce #CA808E

Tints of Puce #CA808E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.08%

R = 42.8%
G = 27.12%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA808E (or 0xCA808E) is known color: Puce. HEX triplet: CA, 80 and 8E. RGB value is (202,128,142). Sum of RGB (Red+Green+Blue) = 202+128+142=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA808E is #357F71. Grayscale: #979797. Windows color (decimal): -3506034 or 9339082. OLE color: 9339082.

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

Color convert

RGB 202 128 142 -
CMYK 0 0.37 0.30 0.21
HSL 348.65º 0.41% 0.65% -
HSV(B) 348.65º 0.37% 0.79% -
XYZ 36.96 29.95 29.42 -
YUV 151.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 202 128 142 0 0.37 0.30 0.21 348.65 0.41 0.65
Hex CA 80 8E 0 25 1E 15 15D 29 41
Octal 312 200 216 0 45 36 25 535 51 101
Binary 11001010 10000000 10001110 0 100101 11110 10101 101011101 101001 1000001

Color Harmonies of #CA808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA808E

Black with #CA808E

Text Example


Text Example

White with #CA808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA808E; }

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

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

background-color css

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

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

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

border-color css

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

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

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