#C75F92

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

Shades of Hopbush #C75F92

Tints of Hopbush #C75F92

Color information

#C75F92 (or 0xC75F92) is unknown color: approx Hopbush. HEX triplet: C7, 5F and 92. RGB value is (199,95,146). Sum of RGB (Red+Green+Blue) = 199+95+146=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75F92 is #38A06D. Grayscale: #838383. Windows color (decimal): -3711086 or 9592775. OLE color: 9592775.

HSL color Cylindrical-coordinate representation of color #C75F92: hue angle of 330.58º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C75F92 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB19995146-
CMYK00.520.270.22
HSL330.58º48.15%57.65%-
HSV(B)330.58º52.26%78.04%-
XYZ32.8322.429.79-
YUV131.91135.96175.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.23%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 146 (57.42% from 255) = 33.18%
R=45.23%
G=21.59%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999514600.520.270.22330.5848.1557.65
HexC75F920341B1614b303a
Octal30713722206433265136072
Binary1100011110111111001001001101001101110110101001011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75F92; }

 p { color: rgb(199,95,146); }

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

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

 a { background-color: rgb(199,95,146); }

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

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

 span { border-color: rgb(199,95,146); }

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