#C65D88

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

Shades of Hopbush #C65D88

Tints of Hopbush #C65D88

Color information

#C65D88 (or 0xC65D88) is unknown color: approx Hopbush. HEX triplet: C6, 5D and 88. RGB value is (198,93,136). Sum of RGB (Red+Green+Blue) = 198+93+136=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65D88 is #39A277. Grayscale: #818181. Windows color (decimal): -3777144 or 8936902. OLE color: 8936902.

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

Color convert

RGB19893136-
CMYK00.530.310.22
HSL335.43º47.95%57.06%-
HSV(B)335.43º53.03%77.65%-
XYZ31.6521.6125.8-
YUV129.3131.79177-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=46.37%
G=21.78%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989313600.530.310.22335.4347.9557.06
HexC65D880351F1614f3039
Octal30613521006537265176071
Binary1100011010111011000100001101011111110110101001111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65D88; }

 p { color: rgb(198,93,136); }

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

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

 a { background-color: rgb(198,93,136); }

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

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

 span { border-color: rgb(198,93,136); }

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