#CA8376

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

Shades of My Pink #CA8376

Tints of My Pink #CA8376

Color information

#CA8376 (or 0xCA8376) is unknown color: approx My Pink. HEX triplet: CA, 83 and 76. RGB value is (202,131,118). Sum of RGB (Red+Green+Blue) = 202+131+118=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8376 is #357C89. Grayscale: #969696. Windows color (decimal): -3505290 or 7766986. OLE color: 7766986.

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

Color convert

RGB202131118-
CMYK00.350.420.21
HSL9.29º44.21%62.75%-
HSV(B)9.29º41.58%79.22%-
XYZ35.7430.121.06-
YUV150.75109.52164.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 118 (46.48% from 255) = 26.16%
R=44.79%
G=29.05%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213111800.350.420.219.2944.2162.75
HexCA83760232A1592c3f
Octal3122031660435225115477
Binary110010101000001111101100100011101010101011001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8376; }

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

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

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

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

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

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

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

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