#C06693

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

Shades of Hopbush #C06693

Tints of Hopbush #C06693

Color information

#C06693 (or 0xC06693) is unknown color: approx Hopbush. HEX triplet: C0, 66 and 93. RGB value is (192,102,147). Sum of RGB (Red+Green+Blue) = 192+102+147=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C06693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06693 is #3F996C. Grayscale: #858585. Windows color (decimal): -4168045 or 9660096. OLE color: 9660096.

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

Color convert

RGB192102147-
CMYK00.470.230.25
HSL330º41.67%57.65%-
HSV(B)330º46.88%75.29%-
XYZ31.7622.8230.33-
YUV134.04135.32169.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 147 (57.81% from 255) = 33.33%
R=43.54%
G=23.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210214700.470.230.2533041.6757.65
HexC0669302F171914a2a3a
Octal30014622305727315125272
Binary1100000011001101001001101011111011111001101001010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06693; }

 p { color: rgb(192,102,147); }

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

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

 a { background-color: rgb(192,102,147); }

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

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

 span { border-color: rgb(192,102,147); }

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