#CA8375

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

Shades of My Pink #CA8375

Tints of My Pink #CA8375

Color information

#CA8375 (or 0xCA8375) is unknown color: approx My Pink. HEX triplet: CA, 83 and 75. RGB value is (202,131,117). Sum of RGB (Red+Green+Blue) = 202+131+117=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8375 is #357C8A. Grayscale: #969696. Windows color (decimal): -3505291 or 7701450. OLE color: 7701450.

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

Color convert

RGB202131117-
CMYK00.350.420.21
HSL9.88º44.5%62.55%-
HSV(B)9.88º42.08%79.22%-
XYZ35.6830.0720.75-
YUV150.63109.02164.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 131 (51.56% from 255) = 29.11%
BLUE value IS 117 (46.09% from 255) = 26%
R=44.89%
G=29.11%
B=26%

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
Decimal20213111700.350.420.219.8844.562.55
HexCA83750232A15a2d3f
Octal3122031650435225125577
Binary110010101000001111101010100011101010101011010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8375; }

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

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

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

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

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

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

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

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