#C774AC

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

Shades of Hopbush #C774AC

Tints of Hopbush #C774AC

Color information

#C774AC (or 0xC774AC) is unknown color: approx Hopbush. HEX triplet: C7, 74 and AC. RGB value is (199,116,172). Sum of RGB (Red+Green+Blue) = 199+116+172=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C774AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C774AC is #388B53. Grayscale: #939393. Windows color (decimal): -3705684 or 11302087. OLE color: 11302087.

HSL color Cylindrical-coordinate representation of color #C774AC: hue angle of 319.52º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C774AC is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB199116172-
CMYK00.420.140.22
HSL319.52º42.56%61.76%-
HSV(B)319.52º41.71%78.04%-
XYZ37.2427.6142.4-
YUV147.2142164.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.86%
GREEN value IS 116 (45.70% from 255) = 23.82%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=40.86%
G=23.82%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911617200.420.140.22319.5242.5661.76
HexC774AC02AE161402b3e
Octal30716425405216265005376
Binary110001111110100101011000101010111010110101000000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C774AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C774AC; }

 p { color: rgb(199,116,172); }

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

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

 a { background-color: rgb(199,116,172); }

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

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

 span { border-color: rgb(199,116,172); }

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