#c770a7

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

Shades of Hopbush #C770A7

Tints of Hopbush #C770A7

Color information

#C770A7 (or 0xC770A7) is unknown color: approx Hopbush. HEX triplet: C7, 70 and A7. RGB value is (199,112,167). Sum of RGB (Red+Green+Blue) = 199+112+167=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C770A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C770A7 is #388F58. Grayscale: #909090. Windows color (decimal): -3706713 or 10973383. OLE color: 10973383.

HSL color Cylindrical-coordinate representation of color #C770A7: hue angle of 322.07º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C770A7 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB199112167-
CMYK00.440.160.22
HSL322.07º43.72%60.98%-
HSV(B)322.07º43.72%78.04%-
XYZ36.3226.5239.76-
YUV144.28140.82167.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 112 (44.14% from 255) = 23.43%
BLUE value IS 167 (65.62% from 255) = 34.94%
R=41.63%
G=23.43%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911216700.440.160.22322.0743.7260.98
HexC770A702C10161422c3d
Octal30716024705420265025475
Binary1100011111100001010011101011001000010110101000010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c770a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c770a7; }

 p { color: rgb(199,112,167); }

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

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

 a { background-color: rgb(199,112,167); }

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

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

 span { border-color: rgb(199,112,167); }

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