#CC8483

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

Shades of My Pink #CC8483

Tints of My Pink #CC8483

Color information

#CC8483 (or 0xCC8483) is unknown color: approx My Pink. HEX triplet: CC, 84 and 83. RGB value is (204,132,131). Sum of RGB (Red+Green+Blue) = 204+132+131=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8483 is #337B7C. Grayscale: #999999. Windows color (decimal): -3373949 or 8619212. OLE color: 8619212.

HSL color Cylindrical-coordinate representation of color #CC8483: hue angle of 0.82º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8483 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB204132131-
CMYK00.350.360.2
HSL0.82º41.71%65.69%-
HSV(B)0.82º35.78%80%-
XYZ37.2530.9825.49-
YUV153.41115.35164.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 131 (51.56% from 255) = 28.05%
R=43.68%
G=28.27%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413213100.350.360.20.8241.7165.69
HexCC8483023241412a42
Octal3142042030434424152102
Binary11001100100001001000001101000111001001010011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8483; }

 p { color: rgb(204,132,131); }

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

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

 a { background-color: rgb(204,132,131); }

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

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

 span { border-color: rgb(204,132,131); }

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