#CC7091

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

Shades of Hopbush #CC7091

Tints of Hopbush #CC7091

Color information

#CC7091 (or 0xCC7091) is unknown color: approx Hopbush. HEX triplet: CC, 70 and 91. RGB value is (204,112,145). Sum of RGB (Red+Green+Blue) = 204+112+145=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7091 is #338F6E. Grayscale: #8F8F8F. Windows color (decimal): -3379055 or 9531596. OLE color: 9531596.

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

Color convert

RGB204112145-
CMYK00.450.290.2
HSL338.48º47.42%61.96%-
HSV(B)338.48º45.1%80%-
XYZ35.8126.4730.01-
YUV143.27128.98171.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 145 (57.03% from 255) = 31.45%
R=44.25%
G=24.30%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411214500.450.290.2338.4847.4261.96
HexCC709102D1D141522f3e
Octal31416022105535245225776
Binary1100110011100001001000101011011110110100101010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7091; }

 p { color: rgb(204,112,145); }

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

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

 a { background-color: rgb(204,112,145); }

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

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

 span { border-color: rgb(204,112,145); }

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