#CC8B7F

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

Shades of My Pink #CC8B7F

Tints of My Pink #CC8B7F

Color information

#CC8B7F (or 0xCC8B7F) is unknown color: approx My Pink. HEX triplet: CC, 8B and 7F. RGB value is (204,139,127). Sum of RGB (Red+Green+Blue) = 204+139+127=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B7F is #337480. Grayscale: #9D9D9D. Windows color (decimal): -3372161 or 8358860. OLE color: 8358860.

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

Color convert

RGB204139127-
CMYK00.320.380.2
HSL9.35º43.02%64.9%-
HSV(B)9.35º37.75%80%-
XYZ37.9732.8324.42-
YUV157.07111.03161.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 139 (54.69% from 255) = 29.57%
BLUE value IS 127 (50% from 255) = 27.02%
R=43.40%
G=29.57%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413912700.320.380.29.3543.0264.9
HexCC8B7F020261492b41
Octal31421317704046241153101
Binary1100110010001011111111101000001001101010010011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B7F; }

 p { color: rgb(204,139,127); }

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

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

 a { background-color: rgb(204,139,127); }

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

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

 span { border-color: rgb(204,139,127); }

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