#CA837B

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

Shades of My Pink #CA837B

Tints of My Pink #CA837B

Color information

#CA837B (or 0xCA837B) is unknown color: approx My Pink. HEX triplet: CA, 83 and 7B. RGB value is (202,131,123). Sum of RGB (Red+Green+Blue) = 202+131+123=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA837B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA837B is #357C84. Grayscale: #979797. Windows color (decimal): -3505285 or 8094666. OLE color: 8094666.

HSL color Cylindrical-coordinate representation of color #CA837B: hue angle of 6.08º degrees, saturation: 0.43, 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 #CA837B is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB202131123-
CMYK00.350.390.21
HSL6.08º42.7%63.73%-
HSV(B)6.08º39.11%79.22%-
XYZ36.0530.2222.67-
YUV151.32112.02164.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 123 (48.44% from 255) = 26.97%
R=44.30%
G=28.73%
B=26.97%

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
Decimal20213112300.350.390.216.0842.763.73
HexCA837B023271562b40
Octal3122031730434725653100
Binary110010101000001111110110100011100111101011101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA837B; }

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

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

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

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

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

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

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

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