#C775AA

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

Shades of Hopbush #C775AA

Tints of Hopbush #C775AA

Color information

#C775AA (or 0xC775AA) is unknown color: approx Hopbush. HEX triplet: C7, 75 and AA. RGB value is (199,117,170). Sum of RGB (Red+Green+Blue) = 199+117+170=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C775AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C775AA is #388A55. Grayscale: #939393. Windows color (decimal): -3705430 or 11171271. OLE color: 11171271.

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

Color convert

RGB199117170-
CMYK00.410.150.22
HSL321.22º42.27%61.96%-
HSV(B)321.22º41.21%78.04%-
XYZ37.1727.7741.43-
YUV147.56140.67164.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.95%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=40.95%
G=24.07%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911717000.410.150.22321.2242.2761.96
HexC775AA029F161412a3e
Octal30716525205117265015276
Binary110001111110101101010100101001111110110101000001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C775AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C775AA; }

 p { color: rgb(199,117,170); }

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

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

 a { background-color: rgb(199,117,170); }

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

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

 span { border-color: rgb(199,117,170); }

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