Html Css Color HEX #CA808F Puce

📋 copy color: '#CA808F'

red 202 ◦ green 128 ◦ blue 143

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

Shades of Puce #CA808F

Tints of Puce #CA808F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.23%

R = 42.71%
G = 27.06%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA808F (or 0xCA808F) is known color: Puce. HEX triplet: CA, 80 and 8F. RGB value is (202,128,143). Sum of RGB (Red+Green+Blue) = 202+128+143=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA808F is #357F70. Grayscale: #979797. Windows color (decimal): -3506033 or 9404618. OLE color: 9404618.

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

Color convert

RGB 202 128 143 -
CMYK 0 0.37 0.29 0.21
HSL 347.84º 0.41% 0.65% -
HSV(B) 347.84º 0.37% 0.79% -
XYZ 37.03 29.98 29.82 -
YUV 151.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 202 128 143 0 0.37 0.29 0.21 347.84 0.41 0.65
Hex CA 80 8F 0 25 1D 15 15C 29 41
Octal 312 200 217 0 45 35 25 534 51 101
Binary 11001010 10000000 10001111 0 100101 11101 10101 101011100 101001 1000001

Color Harmonies of #CA808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA808F

Black with #CA808F

Text Example


Text Example

White with #CA808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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