#C45F83

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

Shades of Hopbush #C45F83

Tints of Hopbush #C45F83

Color information

#C45F83 (or 0xC45F83) is unknown color: approx Hopbush. HEX triplet: C4, 5F and 83. RGB value is (196,95,131). Sum of RGB (Red+Green+Blue) = 196+95+131=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45F83 is #3BA07C. Grayscale: #818181. Windows color (decimal): -3907709 or 8609732. OLE color: 8609732.

HSL color Cylindrical-coordinate representation of color #C45F83: hue angle of 338.61º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45F83 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB19695131-
CMYK00.520.330.23
HSL338.61º46.12%57.06%-
HSV(B)338.61º51.53%76.86%-
XYZ30.9521.5624-
YUV129.3128.96175.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 131 (51.56% from 255) = 31.04%
R=46.45%
G=22.51%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969513100.520.330.23338.6146.1257.06
HexC45F8303421171532e39
Octal30413720306441275235671
Binary11000100101111110000011011010010000110111101010011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45F83; }

 p { color: rgb(196,95,131); }

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

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

 a { background-color: rgb(196,95,131); }

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

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

 span { border-color: rgb(196,95,131); }

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