#CC747A

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

Shades of Charm #CC747A

Tints of Charm #CC747A

Color information

#CC747A (or 0xCC747A) is unknown color: approx Charm. HEX triplet: CC, 74 and 7A. RGB value is (204,116,122). Sum of RGB (Red+Green+Blue) = 204+116+122=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC747A is #338B85. Grayscale: #8F8F8F. Windows color (decimal): -3378054 or 8025292. OLE color: 8025292.

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

Color convert

RGB204116122-
CMYK00.430.400.2
HSL355.91º46.32%62.75%-
HSV(B)355.91º43.14%80%-
XYZ34.6626.7321.75-
YUV143116.15171.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 116 (45.70% from 255) = 26.24%
BLUE value IS 122 (48.05% from 255) = 27.60%
R=46.15%
G=26.24%
B=27.60%

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
Decimal20411612200.430.400.2355.9146.3262.75
HexCC747A02B28141642e3f
Octal31416417205350245445677
Binary1100110011101001111010010101110100010100101100100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC747A; }

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

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

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

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

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

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

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

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