#CC738B

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

Shades of Charm #CC738B

Tints of Charm #CC738B

Color information

#CC738B (or 0xCC738B) is unknown color: approx Charm. HEX triplet: CC, 73 and 8B. RGB value is (204,115,139). Sum of RGB (Red+Green+Blue) = 204+115+139=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC738B is #338C74. Grayscale: #909090. Windows color (decimal): -3378293 or 9139148. OLE color: 9139148.

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

Color convert

RGB204115139-
CMYK00.440.320.2
HSL343.82º46.6%62.55%-
HSV(B)343.82º43.63%80%-
XYZ35.6926.9627.75-
YUV144.35124.99170.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 115 (45.31% from 255) = 25.11%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=44.54%
G=25.11%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411513900.440.320.2343.8246.662.55
HexCC738B02C20141582f3f
Octal31416321305440245305777
Binary11001100111001110001011010110010000010100101011000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC738B; }

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

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

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

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

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

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

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

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