#C66395

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

Shades of Hopbush #C66395

Tints of Hopbush #C66395

Color information

#C66395 (or 0xC66395) is unknown color: approx Hopbush. HEX triplet: C6, 63 and 95. RGB value is (198,99,149). Sum of RGB (Red+Green+Blue) = 198+99+149=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C66395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66395 is #399C6A. Grayscale: #868686. Windows color (decimal): -3775595 or 9790406. OLE color: 9790406.

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

Color convert

RGB19899149-
CMYK00.500.250.22
HSL329.7º46.48%58.24%-
HSV(B)329.7º50%77.65%-
XYZ33.1823.131.14-
YUV134.3136.3173.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 99 (39.06% from 255) = 22.20%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=44.39%
G=22.20%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989914900.500.250.22329.746.4858.24
HexC66395032191614a2e3a
Octal30614322506231265125672
Binary1100011011000111001010101100101100110110101001010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66395; }

 p { color: rgb(198,99,149); }

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

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

 a { background-color: rgb(198,99,149); }

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

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

 span { border-color: rgb(198,99,149); }

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