#CC7197

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

Shades of Hopbush #CC7197

Tints of Hopbush #CC7197

Color information

#CC7197 (or 0xCC7197) is unknown color: approx Hopbush. HEX triplet: CC, 71 and 97. RGB value is (204,113,151). Sum of RGB (Red+Green+Blue) = 204+113+151=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7197 is #338E68. Grayscale: #909090. Windows color (decimal): -3378793 or 9925068. OLE color: 9925068.

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

Color convert

RGB204113151-
CMYK00.450.260.2
HSL334.95º47.15%62.16%-
HSV(B)334.95º44.61%80%-
XYZ36.3926.8832.55-
YUV144.54131.65170.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=43.59%
G=24.15%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411315100.450.260.2334.9547.1562.16
HexCC719702D1A1414f2f3e
Octal31416122705532245175776
Binary1100110011100011001011101011011101010100101001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7197; }

 p { color: rgb(204,113,151); }

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

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

 a { background-color: rgb(204,113,151); }

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

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

 span { border-color: rgb(204,113,151); }

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