#C76485

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

Shades of Hopbush #C76485

Tints of Hopbush #C76485

Color information

#C76485 (or 0xC76485) is unknown color: approx Hopbush. HEX triplet: C7, 64 and 85. RGB value is (199,100,133). Sum of RGB (Red+Green+Blue) = 199+100+133=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C76485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76485 is #389B7A. Grayscale: #858585. Windows color (decimal): -3709819 or 8742087. OLE color: 8742087.

HSL color Cylindrical-coordinate representation of color #C76485: hue angle of 340º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76485 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB199100133-
CMYK00.500.330.22
HSL340º46.92%58.63%-
HSV(B)340º49.75%78.04%-
XYZ32.3422.9524.92-
YUV133.36127.8174.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.06%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=46.06%
G=23.15%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910013300.500.330.2234046.9258.63
HexC7648503221161542f3b
Octal30714420506241265245773
Binary11000111110010010000101011001010000110110101010100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76485; }

 p { color: rgb(199,100,133); }

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

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

 a { background-color: rgb(199,100,133); }

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

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

 span { border-color: rgb(199,100,133); }

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