#CC8081

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

Shades of Charm #CC8081

Tints of Charm #CC8081

Color information

#CC8081 (or 0xCC8081) is unknown color: approx Charm. HEX triplet: CC, 80 and 81. RGB value is (204,128,129). Sum of RGB (Red+Green+Blue) = 204+128+129=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8081 is #337F7E. Grayscale: #969696. Windows color (decimal): -3374975 or 8487116. OLE color: 8487116.

HSL color Cylindrical-coordinate representation of color #CC8081: hue angle of 359.21º degrees, saturation: 0.43, 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 #CC8081 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204128129-
CMYK00.370.370.2
HSL359.21º42.7%65.1%-
HSV(B)359.21º37.25%80%-
XYZ36.5829.8624.6-
YUV150.84115.68165.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=44.25%
G=27.77%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412812900.370.370.2359.2142.765.1
HexCC808102525141672b41
Octal314200201045452454753101
Binary1100110010000000100000010100101100101101001011001111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8081; }

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

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

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

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

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

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

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

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