#CC808D

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

Shades of Charm #CC808D

Tints of Charm #CC808D

Color information

#CC808D (or 0xCC808D) is unknown color: approx Charm. HEX triplet: CC, 80 and 8D. RGB value is (204,128,141). Sum of RGB (Red+Green+Blue) = 204+128+141=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC808D is #337F72. Grayscale: #989898. Windows color (decimal): -3374963 or 9273548. OLE color: 9273548.

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

Color convert

RGB204128141-
CMYK00.370.310.2
HSL349.74º42.7%65.1%-
HSV(B)349.74º37.25%80%-
XYZ37.4330.229.06-
YUV152.21121.68164.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=43.13%
G=27.06%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412814100.370.310.2349.7442.765.1
HexCC808D0251F1415e2b41
Octal314200215045372453653101
Binary110011001000000010001101010010111111101001010111101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC808D; }

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

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

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

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

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

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

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

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