#CC8581

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

Shades of My Pink #CC8581

Tints of My Pink #CC8581

Color information

#CC8581 (or 0xCC8581) is unknown color: approx My Pink. HEX triplet: CC, 85 and 81. RGB value is (204,133,129). Sum of RGB (Red+Green+Blue) = 204+133+129=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8581 is #337A7E. Grayscale: #999999. Windows color (decimal): -3373695 or 8488396. OLE color: 8488396.

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

Color convert

RGB204133129-
CMYK00.350.370.2
HSL3.2º42.37%65.29%-
HSV(B)3.2º36.76%80%-
XYZ37.2531.224.83-
YUV153.77114.02163.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=43.78%
G=28.54%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413312900.350.370.23.242.3765.29
HexCC8581023251432a41
Octal3142052010434524352101
Binary110011001000010110000001010001110010110100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8581; }

 p { color: rgb(204,133,129); }

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

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

 a { background-color: rgb(204,133,129); }

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

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

 span { border-color: rgb(204,133,129); }

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