#C066A0

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

Shades of Hopbush #C066A0

Tints of Hopbush #C066A0

Color information

#C066A0 (or 0xC066A0) is unknown color: approx Hopbush. HEX triplet: C0, 66 and A0. RGB value is (192,102,160). Sum of RGB (Red+Green+Blue) = 192+102+160=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C066A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C066A0 is #3F995F. Grayscale: #878787. Windows color (decimal): -4168032 or 10512064. OLE color: 10512064.

HSL color Cylindrical-coordinate representation of color #C066A0: hue angle of 321.33º 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 #C066A0 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB192102160-
CMYK00.470.170.25
HSL321.33º41.67%57.65%-
HSV(B)321.33º46.88%75.29%-
XYZ32.8323.2536.01-
YUV135.52141.82168.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.29%
GREEN value IS 102 (40.23% from 255) = 22.47%
BLUE value IS 160 (62.89% from 255) = 35.24%
R=42.29%
G=22.47%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210216000.470.170.25321.3341.6757.65
HexC066A002F11191412a3a
Octal30014624005721315015272
Binary1100000011001101010000001011111000111001101000001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C066A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C066A0; }

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

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

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

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

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

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

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

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