#C6608A

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

Shades of Hopbush #C6608A

Tints of Hopbush #C6608A

Color information

#C6608A (or 0xC6608A) is unknown color: approx Hopbush. HEX triplet: C6, 60 and 8A. RGB value is (198,96,138). Sum of RGB (Red+Green+Blue) = 198+96+138=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C6608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6608A is #399F75. Grayscale: #838383. Windows color (decimal): -3776374 or 9068742. OLE color: 9068742.

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

Color convert

RGB19896138-
CMYK00.520.300.22
HSL335.29º47.22%57.65%-
HSV(B)335.29º51.52%77.65%-
XYZ32.0622.2126.64-
YUV131.29131.79175.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=45.83%
G=22.22%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989613800.520.300.22335.2947.2257.65
HexC6608A0341E1614f2f3a
Octal30614021206436265175772
Binary1100011011000001000101001101001111010110101001111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6608A; }

 p { color: rgb(198,96,138); }

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

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

 a { background-color: rgb(198,96,138); }

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

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

 span { border-color: rgb(198,96,138); }

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