#C06492

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

Shades of Hopbush #C06492

Tints of Hopbush #C06492

Color information

#C06492 (or 0xC06492) is unknown color: approx Hopbush. HEX triplet: C0, 64 and 92. RGB value is (192,100,146). Sum of RGB (Red+Green+Blue) = 192+100+146=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C06492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06492 is #3F9B6D. Grayscale: #848484. Windows color (decimal): -4168558 or 9594048. OLE color: 9594048.

HSL color Cylindrical-coordinate representation of color #C06492: hue angle of 330º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06492 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB192100146-
CMYK00.480.240.25
HSL330º42.2%57.25%-
HSV(B)330º47.92%75.29%-
XYZ31.4822.429.86-
YUV132.75135.48170.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=43.84%
G=22.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210014600.480.240.2533042.257.25
HexC06492030181914a2a39
Octal30014422206030315125271
Binary1100000011001001001001001100001100011001101001010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06492; }

 p { color: rgb(192,100,146); }

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

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

 a { background-color: rgb(192,100,146); }

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

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

 span { border-color: rgb(192,100,146); }

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