Html Css Color HEX #CA87A0 Puce

📋 copy color: '#CA87A0'

red 202 ◦ green 135 ◦ blue 160

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

Shades of Puce #CA87A0

Tints of Puce #CA87A0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.16%

 BLUE value IS 160 (62.89% from 255) = 32.19%

R = 40.64%
G = 27.16%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA87A0 (or 0xCA87A0) is known color: Puce. HEX triplet: CA, 87 and A0. RGB value is (202,135,160). Sum of RGB (Red+Green+Blue) = 202+135+160=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA87A0 is #35785F. Grayscale: #9D9D9D. Windows color (decimal): -3504224 or 10520522. OLE color: 10520522.

HSL color Cylindrical-coordinate representation of color #CA87A0: hue angle of 337.61º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA87A0 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 135 160 -
CMYK 0 0.33 0.21 0.21
HSL 337.61º 0.39% 0.66% -
HSV(B) 337.61º 0.33% 0.79% -
XYZ 39.37 32.42 37.44 -
YUV 157.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 202 135 160 0 0.33 0.21 0.21 337.61 0.39 0.66
Hex CA 87 A0 0 21 15 15 152 27 42
Octal 312 207 240 0 41 25 25 522 47 102
Binary 11001010 10000111 10100000 0 100001 10101 10101 101010010 100111 1000010

Color Harmonies of #CA87A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA87A0

Black with #CA87A0

Text Example


Text Example

White with #CA87A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA87A0; }

 p { color: rgb(202,135,160); }

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

background-color css

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

 a { background-color: rgb(202,135,160); }

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

border-color css

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

 span { border-color: rgb(202,135,160); }

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