Html Css Color HEX #CA87A2 Puce

📋 copy color: '#CA87A2'

red 202 ◦ green 135 ◦ blue 162

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

Shades of Puce #CA87A2

Tints of Puce #CA87A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.46%

R = 40.48%
G = 27.05%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA87A2 (or 0xCA87A2) is known color: Puce. HEX triplet: CA, 87 and A2. RGB value is (202,135,162). Sum of RGB (Red+Green+Blue) = 202+135+162=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA87A2 is #35785D. Grayscale: #9E9E9E. Windows color (decimal): -3504222 or 10651594. OLE color: 10651594.

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

Color convert

RGB 202 135 162 -
CMYK 0 0.33 0.20 0.21
HSL 335.82º 0.39% 0.66% -
HSV(B) 335.82º 0.33% 0.79% -
XYZ 39.54 32.49 38.37 -
YUV 158.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 202 135 162 0 0.33 0.20 0.21 335.82 0.39 0.66
Hex CA 87 A2 0 21 14 15 150 27 42
Octal 312 207 242 0 41 24 25 520 47 102
Binary 11001010 10000111 10100010 0 100001 10100 10101 101010000 100111 1000010

Color Harmonies of #CA87A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA87A2

Black with #CA87A2

Text Example


Text Example

White with #CA87A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA87A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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