#CC817A

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

Shades of My Pink #CC817A

Tints of My Pink #CC817A

Color information

#CC817A (or 0xCC817A) is unknown color: approx My Pink. HEX triplet: CC, 81 and 7A. RGB value is (204,129,122). Sum of RGB (Red+Green+Blue) = 204+129+122=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC817A is #337E85. Grayscale: #969696. Windows color (decimal): -3374726 or 8028620. OLE color: 8028620.

HSL color Cylindrical-coordinate representation of color #CC817A: hue angle of 5.12º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC817A is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204129122-
CMYK00.370.400.2
HSL5.12º44.57%63.92%-
HSV(B)5.12º40.2%80%-
XYZ36.2629.9422.28-
YUV150.63111.85166.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=44.84%
G=28.35%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412912200.370.400.25.1244.5763.92
HexCC817A025281452d40
Octal3142011720455024555100
Binary110011001000000111110100100101101000101001011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC817A; }

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

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

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

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

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

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

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

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