#C068A0

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

Shades of Hopbush #C068A0

Tints of Hopbush #C068A0

Color information

#C068A0 (or 0xC068A0) is unknown color: approx Hopbush. HEX triplet: C0, 68 and A0. RGB value is (192,104,160). Sum of RGB (Red+Green+Blue) = 192+104+160=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C068A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C068A0 is #3F975F. Grayscale: #888888. Windows color (decimal): -4167520 or 10512576. OLE color: 10512576.

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

Color convert

RGB192104160-
CMYK00.460.170.25
HSL321.82º41.12%58.04%-
HSV(B)321.82º45.83%75.29%-
XYZ33.0323.6536.08-
YUV136.7141.15167.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 104 (41.02% from 255) = 22.81%
BLUE value IS 160 (62.89% from 255) = 35.09%
R=42.11%
G=22.81%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210416000.460.170.25321.8241.1258.04
HexC068A002E1119142293a
Octal30015024005621315025172
Binary1100000011010001010000001011101000111001101000010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C068A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C068A0; }

 p { color: rgb(192,104,160); }

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

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

 a { background-color: rgb(192,104,160); }

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

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

 span { border-color: rgb(192,104,160); }

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