#CC738E

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

Shades of Charm #CC738E

Tints of Charm #CC738E

Color information

#CC738E (or 0xCC738E) is unknown color: approx Charm. HEX triplet: CC, 73 and 8E. RGB value is (204,115,142). Sum of RGB (Red+Green+Blue) = 204+115+142=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC738E is #338C71. Grayscale: #909090. Windows color (decimal): -3378290 or 9335756. OLE color: 9335756.

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

Color convert

RGB204115142-
CMYK00.440.300.2
HSL341.8º46.6%62.55%-
HSV(B)341.8º43.63%80%-
XYZ35.9227.0528.92-
YUV144.69126.49170.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=44.25%
G=24.95%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411514200.440.300.2341.846.662.55
HexCC738E02C1E141562f3f
Octal31416321605436245265777
Binary1100110011100111000111001011001111010100101010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC738E; }

 p { color: rgb(204,115,142); }

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

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

 a { background-color: rgb(204,115,142); }

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

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

 span { border-color: rgb(204,115,142); }

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