#CC738A

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

Shades of Charm #CC738A

Tints of Charm #CC738A

Color information

#CC738A (or 0xCC738A) is unknown color: approx Charm. HEX triplet: CC, 73 and 8A. RGB value is (204,115,138). Sum of RGB (Red+Green+Blue) = 204+115+138=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC738A is #338C75. Grayscale: #909090. Windows color (decimal): -3378294 or 9073612. OLE color: 9073612.

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

Color convert

RGB204115138-
CMYK00.440.320.2
HSL344.49º46.6%62.55%-
HSV(B)344.49º43.63%80%-
XYZ35.6226.9327.37-
YUV144.23124.49170.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=44.64%
G=25.16%
B=30.20%

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
Decimal20411513800.440.320.2344.4946.662.55
HexCC738A02C20141582f3f
Octal31416321205440245305777
Binary11001100111001110001010010110010000010100101011000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC738A; }

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

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

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

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

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

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

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

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