#CC738D

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

Shades of Charm #CC738D

Tints of Charm #CC738D

Color information

#CC738D (or 0xCC738D) is unknown color: approx Charm. HEX triplet: CC, 73 and 8D. RGB value is (204,115,141). Sum of RGB (Red+Green+Blue) = 204+115+141=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC738D is #338C72. Grayscale: #909090. Windows color (decimal): -3378291 or 9270220. OLE color: 9270220.

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

Color convert

RGB204115141-
CMYK00.440.310.2
HSL342.47º46.6%62.55%-
HSV(B)342.47º43.63%80%-
XYZ35.8427.0228.53-
YUV144.57125.99170.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=44.35%
G=25%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411514100.440.310.2342.4746.662.55
HexCC738D02C1F141562f3f
Octal31416321505437245265777
Binary1100110011100111000110101011001111110100101010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC738D; }

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

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

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

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

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

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

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

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