#C067A0

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

Shades of Hopbush #C067A0

Tints of Hopbush #C067A0

Color information

#C067A0 (or 0xC067A0) is unknown color: approx Hopbush. HEX triplet: C0, 67 and A0. RGB value is (192,103,160). Sum of RGB (Red+Green+Blue) = 192+103+160=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C067A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C067A0 is #3F985F. Grayscale: #878787. Windows color (decimal): -4167776 or 10512320. OLE color: 10512320.

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

Color convert

RGB192103160-
CMYK00.460.170.25
HSL321.57º41.4%57.84%-
HSV(B)321.57º46.35%75.29%-
XYZ32.9323.4536.05-
YUV136.11141.49167.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 103 (40.62% from 255) = 22.64%
BLUE value IS 160 (62.89% from 255) = 35.16%
R=42.20%
G=22.64%
B=35.16%

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
Decimal19210316000.460.170.25321.5741.457.84
HexC067A002E1119142293a
Octal30014724005621315025172
Binary1100000011001111010000001011101000111001101000010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C067A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C067A0; }

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

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

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

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

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

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

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

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