#CA837C

Color #CA837C My Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Pink #CA837C

Tints of My Pink #CA837C

Color information

#CA837C (or 0xCA837C) is unknown color: approx My Pink. HEX triplet: CA, 83 and 7C. RGB value is (202,131,124). Sum of RGB (Red+Green+Blue) = 202+131+124=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA837C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA837C is #357C83. Grayscale: #979797. Windows color (decimal): -3505284 or 8160202. OLE color: 8160202.

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

Color convert

RGB202131124-
CMYK00.350.390.21
HSL5.38º42.39%63.92%-
HSV(B)5.38º38.61%79.22%-
XYZ36.1130.2423-
YUV151.43112.52164.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 131 (51.56% from 255) = 28.67%
BLUE value IS 124 (48.83% from 255) = 27.13%
R=44.20%
G=28.67%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213112400.350.390.215.3842.3963.92
HexCA837C023271552a40
Octal3122031740434725552100
Binary110010101000001111111000100011100111101011011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA837C; }

 p { color: rgb(202,131,124); }

 H1.HeaderClassName
 {
   color: #CA837C;
 }
 .AnyTagClassName
 {
   color: #CA837C;
 }
</style>
background-color css

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

 a { background-color: rgb(202,131,124); }

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

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

 span { border-color: rgb(202,131,124); }

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