#CC7293

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

Shades of Hopbush #CC7293

Tints of Hopbush #CC7293

Color information

#CC7293 (or 0xCC7293) is unknown color: approx Hopbush. HEX triplet: CC, 72 and 93. RGB value is (204,114,147). Sum of RGB (Red+Green+Blue) = 204+114+147=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7293 is #338D6C. Grayscale: #909090. Windows color (decimal): -3378541 or 9663180. OLE color: 9663180.

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

Color convert

RGB204114147-
CMYK00.440.280.2
HSL338º46.88%62.35%-
HSV(B)338º44.12%80%-
XYZ36.1926.9830.9-
YUV144.67129.32170.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=43.87%
G=24.52%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411414700.440.280.233846.8862.35
HexCC729302C1C141522f3e
Octal31416222305434245225776
Binary1100110011100101001001101011001110010100101010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7293; }

 p { color: rgb(204,114,147); }

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

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

 a { background-color: rgb(204,114,147); }

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

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

 span { border-color: rgb(204,114,147); }

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