#CA837A

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

Shades of My Pink #CA837A

Tints of My Pink #CA837A

Color information

#CA837A (or 0xCA837A) is unknown color: approx My Pink. HEX triplet: CA, 83 and 7A. RGB value is (202,131,122). Sum of RGB (Red+Green+Blue) = 202+131+122=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA837A is #357C85. Grayscale: #979797. Windows color (decimal): -3505286 or 8029130. OLE color: 8029130.

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

Color convert

RGB202131122-
CMYK00.350.400.21
HSL6.75º43.01%63.53%-
HSV(B)6.75º39.6%79.22%-
XYZ35.9930.1922.34-
YUV151.2111.52164.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 131 (51.56% from 255) = 28.79%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=44.40%
G=28.79%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213112200.350.400.216.7543.0163.53
HexCA837A023281572b40
Octal3122031720435025753100
Binary110010101000001111110100100011101000101011111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA837A; }

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

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

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

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

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

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

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

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