#CA817B

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

Shades of My Pink #CA817B

Tints of My Pink #CA817B

Color information

#CA817B (or 0xCA817B) is unknown color: approx My Pink. HEX triplet: CA, 81 and 7B. RGB value is (202,129,123). Sum of RGB (Red+Green+Blue) = 202+129+123=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA817B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA817B is #357E84. Grayscale: #969696. Windows color (decimal): -3505797 or 8094154. OLE color: 8094154.

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

Color convert

RGB202129123-
CMYK00.360.390.21
HSL4.56º42.7%63.73%-
HSV(B)4.56º39.11%79.22%-
XYZ35.7829.6922.58-
YUV150.14112.68164.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 123 (48.44% from 255) = 27.09%
R=44.49%
G=28.41%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212912300.360.390.214.5642.763.73
HexCA817B024271552b40
Octal3122011730444725553100
Binary110010101000000111110110100100100111101011011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA817B; }

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

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

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

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

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

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

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

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