#CC808B

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

Shades of Charm #CC808B

Tints of Charm #CC808B

Color information

#CC808B (or 0xCC808B) is unknown color: approx Charm. HEX triplet: CC, 80 and 8B. RGB value is (204,128,139). Sum of RGB (Red+Green+Blue) = 204+128+139=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC808B is #337F74. Grayscale: #989898. Windows color (decimal): -3374965 or 9142476. OLE color: 9142476.

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

Color convert

RGB204128139-
CMYK00.370.320.2
HSL351.32º42.7%65.1%-
HSV(B)351.32º37.25%80%-
XYZ37.2830.1428.28-
YUV151.98120.68165.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=43.31%
G=27.18%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412813900.370.320.2351.3242.765.1
HexCC808B025201415f2b41
Octal314200213045402453753101
Binary1100110010000000100010110100101100000101001010111111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC808B; }

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

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

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

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

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

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

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

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