#CD8476

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

Shades of My Pink #CD8476

Tints of My Pink #CD8476

Color information

#CD8476 (or 0xCD8476) is unknown color: approx My Pink. HEX triplet: CD, 84 and 76. RGB value is (205,132,118). Sum of RGB (Red+Green+Blue) = 205+132+118=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8476 is #327B89. Grayscale: #989898. Windows color (decimal): -3308426 or 7767245. OLE color: 7767245.

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

Color convert

RGB205132118-
CMYK00.360.420.20
HSL9.66º46.52%63.33%-
HSV(B)9.66º42.44%80.39%-
XYZ36.730.7921.15-
YUV152.23108.68165.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=45.05%
G=29.01%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513211800.360.420.209.6646.5263.33
HexCD84760242A14a2f3f
Octal3152041660445224125777
Binary110011011000010011101100100100101010101001010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8476; }

 p { color: rgb(205,132,118); }

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

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

 a { background-color: rgb(205,132,118); }

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

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

 span { border-color: rgb(205,132,118); }

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