#C65F93

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

Shades of Hopbush #C65F93

Tints of Hopbush #C65F93

Color information

#C65F93 (or 0xC65F93) is unknown color: approx Hopbush. HEX triplet: C6, 5F and 93. RGB value is (198,95,147). Sum of RGB (Red+Green+Blue) = 198+95+147=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65F93 is #39A06C. Grayscale: #838383. Windows color (decimal): -3776621 or 9658310. OLE color: 9658310.

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

Color convert

RGB19895147-
CMYK00.520.260.22
HSL329.71º47.47%57.45%-
HSV(B)329.71º52.02%77.65%-
XYZ32.6522.330.19-
YUV131.72136.62175.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 147 (57.81% from 255) = 33.41%
R=45%
G=21.59%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989514700.520.260.22329.7147.4757.45
HexC65F930341A1614a2f39
Octal30613722306432265125771
Binary1100011010111111001001101101001101010110101001010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65F93; }

 p { color: rgb(198,95,147); }

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

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

 a { background-color: rgb(198,95,147); }

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

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

 span { border-color: rgb(198,95,147); }

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