#CC747B

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

Shades of Charm #CC747B

Tints of Charm #CC747B

Color information

#CC747B (or 0xCC747B) is unknown color: approx Charm. HEX triplet: CC, 74 and 7B. RGB value is (204,116,123). Sum of RGB (Red+Green+Blue) = 204+116+123=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC747B is #338B84. Grayscale: #8F8F8F. Windows color (decimal): -3378053 or 8090828. OLE color: 8090828.

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

Color convert

RGB204116123-
CMYK00.430.400.2
HSL355.23º46.32%62.75%-
HSV(B)355.23º43.14%80%-
XYZ34.7226.7622.07-
YUV143.11116.65171.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=46.05%
G=26.19%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411612300.430.400.2355.2346.3262.75
HexCC747B02B28141632e3f
Octal31416417305350245435677
Binary1100110011101001111011010101110100010100101100011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC747B; }

 p { color: rgb(204,116,123); }

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

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

 a { background-color: rgb(204,116,123); }

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

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

 span { border-color: rgb(204,116,123); }

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