#C76F9E

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

Shades of Hopbush #C76F9E

Tints of Hopbush #C76F9E

Color information

#C76F9E (or 0xC76F9E) is unknown color: approx Hopbush. HEX triplet: C7, 6F and 9E. RGB value is (199,111,158). Sum of RGB (Red+Green+Blue) = 199+111+158=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F9E is #389061. Grayscale: #8E8E8E. Windows color (decimal): -3706978 or 10383303. OLE color: 10383303.

HSL color Cylindrical-coordinate representation of color #C76F9E: hue angle of 327.95º 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 #C76F9E is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB199111158-
CMYK00.440.210.22
HSL327.95º44%60.78%-
HSV(B)327.95º44.22%78.04%-
XYZ35.4125.9835.5-
YUV142.67136.65168.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.52%
GREEN value IS 111 (43.75% from 255) = 23.72%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=42.52%
G=23.72%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911115800.440.210.22327.954460.78
HexC76F9E02C15161482c3d
Octal30715723605425265105475
Binary1100011111011111001111001011001010110110101001000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F9E; }

 p { color: rgb(199,111,158); }

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

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

 a { background-color: rgb(199,111,158); }

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

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

 span { border-color: rgb(199,111,158); }

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