#CA837D

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

Shades of My Pink #CA837D

Tints of My Pink #CA837D

Color information

#CA837D (or 0xCA837D) is unknown color: approx My Pink. HEX triplet: CA, 83 and 7D. RGB value is (202,131,125). Sum of RGB (Red+Green+Blue) = 202+131+125=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA837D is #357C82. Grayscale: #979797. Windows color (decimal): -3505283 or 8225738. OLE color: 8225738.

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

Color convert

RGB202131125-
CMYK00.350.380.21
HSL4.68º42.08%64.12%-
HSV(B)4.68º38.12%79.22%-
XYZ36.1830.2723.34-
YUV151.54113.02163.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 131 (51.56% from 255) = 28.60%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=44.10%
G=28.60%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213112500.350.380.214.6842.0864.12
HexCA837D023261552a40
Octal3122031750434625552100
Binary110010101000001111111010100011100110101011011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA837D; }

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

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

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

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

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

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

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

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