#CC7495

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

Shades of Hopbush #CC7495

Tints of Hopbush #CC7495

Color information

#CC7495 (or 0xCC7495) is unknown color: approx Hopbush. HEX triplet: CC, 74 and 95. RGB value is (204,116,149). Sum of RGB (Red+Green+Blue) = 204+116+149=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7495 is #338B6A. Grayscale: #929292. Windows color (decimal): -3378027 or 9794764. OLE color: 9794764.

HSL color Cylindrical-coordinate representation of color #CC7495: hue angle of 337.5º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7495 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204116149-
CMYK00.430.270.2
HSL337.5º46.32%62.75%-
HSV(B)337.5º43.14%80%-
XYZ36.5727.531.81-
YUV146.07129.65169.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=43.50%
G=24.73%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411614900.430.270.2337.546.3262.75
HexCC749502B1B141522e3f
Octal31416422505333245225677
Binary1100110011101001001010101010111101110100101010010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7495; }

 p { color: rgb(204,116,149); }

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

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

 a { background-color: rgb(204,116,149); }

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

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

 span { border-color: rgb(204,116,149); }

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